POST /v2/video/classification
To initiate a new video analysis, submit a POST request via curl to /v2/video/classification
. Include the required language code parameter.
Example Request
curl -H 'x-api-key: <YOUR_API_KEY_HERE>' -X POST -d '{"url":"VIDEO_URL", "languageCode": "<LANGUAGE_OF_VIDEO>"}' https://verity-api.gumgum.com/v2/video/classification
Example Response
Header
Field | Type | Description | Optional/Required |
---|---|---|---|
x-api-key | String | GumGum authentication token. | Required |
Body
Parameter name | Type | Description | Optional/Required |
---|---|---|---|
| String | URL of video to be analyzed. Must be properly URL-encoded. | Required |
| String | ISO 639-1 Language Code. | Optional |
| String | URL to target server listening for Verity data. | Optional |
The contents of these documents and any attachments contain GumGum, Inc. confidential information and are legally protected from disclosure.