Versions Compared

Key

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

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

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

Code Block
languagejson
{
   "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

...