Versions Compared

Key

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

Excerpt

Initiates a new video analysis.

To start the video analysis, submit

Submit a POST request via curl to /video/classification. Include the required language code parameter.

Example Request

curl -H 'x-api-key: <YOUR_API_KEY_HERE>' -X POST -d '{"url":"http://content.jwplatform.com/videos/00D9qbqJ-320.mp4", "languageCode": "en"}'  https://verity-api.gumgum.com/video/classification

Example Response

Header

Field

Type

Description

Optional/Required

x-api-key

String

GumGum authentication token.

Required

...