Guides

Image Graphics

Request JSON

The API call should be made with a JSON request as defined in Image Graphics JSON Format. The request should contain the list of image asset IDs to be processed (see Asset Options ). The request should also contain the list of Operations to be performed on the images.

Response JSON

The API call will return with a JSON response as below.

{
    "job_id" : 1234
}
KeyValueDescription
job_idintegerThe job ID to track the job

Retrieve images after processing completes

Use the Job API to retrieve the URL of the processed output image after redeye removal.

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!