Versions Compared

Key

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

Verity API processes HTTP POST requests to initiate a new video analysis. To start the video analysis, submit a POST request via curl to /video/classification. Include the required language code parameter.

Example

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

...