Versions Compared

Key

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

...

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

...

Parameter name

Type

Description

Optional/Required

sourceUrl

String

URL of the page where the image is located. Not currently supported.

Optional

url

String

URL of image to be analyzed. See supported image formats.

Required

callbackUrl

String

URL to target server listening for Verity data.

Optional