Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Returns the status of the text analysis.

Example Request

curl -H 'x-api-key: <YOUR_API_KEY_HERE>' https://verity-api.gumgum.com/text/classification/c7bcbe04-ea77-4808-8e91-28d325d1b1fc/status

Example Response

{
  "uuid" : "c7bcbe04-ea77-4808-8e91-28d325d1b1fc",
  "status": "ANALYZING"
}

Header

Field

Type

Description

Optional/Required

x-api-key

String

GumGum authentication token.

Required

 Path

Parameter name

Type

Description

Optional/Required

uuid

String

Resource Id of initiated text. 

Required

  • No labels