Versions Compared

Key

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

Verity API processes An HTTP POST requests to initiate request initiates a new image analysis. Specify the URL of the image to be analyzed.

Example Request

curl -H 'x-api-key: <YOUR_API_KEY_HERE>' -H 'Content-Type: application/json' -X POST https://verity-api.gumgum.com/image/classification

...