Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • English

  • Japanese

Example Request

Code Block
curl -H 'x-api-key: <YOUR_API_KEY_HERE>' -H 'Content-Type: application/json' -X POST -d '{"text":"Kubernetes (also known as k8s or kube) is an open source container orchestration platform that automates many of the manual processes", "languageCode": "en"}'  https://verity-api.gumgum.com/text/classification

Example Response

Code Block
languagejson
{
  "uuid": "c7bcbe04-ea77-4808-8e91-28d325d1b1fc",
  "acceptedAt": "2020-06-25T23:09:41.729Z"
}

...