Image Application Status Messages

 

Status messages returned by the Image API.

Status Message

Code Type

Description

Status Message

Code Type

Description

ANALYZING

Status

The Verity classification system is analyzing the image to identify the following:

  • Keywords

  • Safety

  • Threats

PROCESSED

Status

The URL has been processed and the Verity analysis JSON is available.

UNKNOWN

Status

The Verity system was unable to determine the status of an image classification request.

IMAGE_CLASSIFICATION_FAILED

Application

There was a problem processing an image. Please reach out to Verity support for further information.

Response HTTP Code
HTTP/1.1: 200
Example Invalid Request

{ "url": "https://host.com/some/image.jpeg", "uuid": "5f8fa5e8-210e-5362-b07e-6306adaf8217", "errors": [ { "reason": "IMAGE_CLASSIFICATION_FAILED" } ] }

 

IMAGE_DOWNLOAD_FAILED

Application Error

The image could not be downloaded. Please reach out to Verity support for further information.

Response HTTP Code
HTTP/1.1: 200
Example Invalid Request

{ "url": "https://host.com/some/image.jpeg", "uuid": "5f8fa5e8-210e-5362-b07e-6306adaf8217", "errors": [ { "reason": "IMAGE_DOWNLOAD_FAILED" } ] }

 

IMAGE_ID_NOT_FOUND

Application Error

The provided uuid is not associated with an image. Please verify that the correct uuid provided by Verity is used.

Response HTTP Code
HTTP/1.1: 200
Example Invalid Request

{ "url": "https://host.com/some/image.jpeg", "uuid": "5f8fa5e8-210e-5362-b07e-6306adaf8217", "errors": [ { "reason": "IMAGE_ID_NOT_FOUND" } ] }

 

URL_MUST_NOT_BE_EMPTY

Validation Error

The provided url was empty. This can apply to a callbackUrl or url field.

Response HTTP Code
HTTP/1.1: 400
Example Invalid Request

 

URL_MALFORMED

Validation Error

The provided url was malformed. This can apply to a callbackUrl or url field.

Response HTTP Code
HTTP/1.1: 400
Example Invalid Request

 

URL_MISSING_HTTP_PROTOCOL

Validation Error

The provided url did not include an HTTP schema. This can apply to a callbackUrl or url.

Response HTTP Code
HTTP/1.1: 400
Example Invalid Request

 

 

 


The contents of these documents and any attachments contain GumGum, Inc. confidential information and are legally protected from disclosure.