Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

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

Example Response

{
   "uuid": "c7bcbe04-ea77-4808-8e91-28d325d1b1fc",
   "acceptedAt": "2020-06-25T23:09:41.729Z"
}

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. See supported image formats.

Required

callbackUrl

String

URL to target server listening for Verity data.

Optional

  • No labels