Versions Compared

Key

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

POST /image/classification

Verity API processes HTTP POST requests to initiate a new image analysis.

Example

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

Header

Field

Type

Description

Optional/Required

x-api-key

String

GumGum authentication token.

Required

...

Body

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.

Required

callbackUrl

String

URL to target server listening for Verity data.

Optional