Retrieve result

Retrieve API result

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

Response JSON

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

{
  "status": "OK",
  "output":[ {
    "name":"image-graphics"
    "asset_id":"NEW ASSET ID"
  } ],
  "error": [{
    "name": ""
    "asset_id":"ASSET ID",
    "error": "Error Message"
  }]
}
KeyValueDescription
statusStringCan be "QUEUED", "OK" or "ERROR"
outputJSONAn JSON Object containing assets created or updated. name is the conversion_name of the output as provided in disposition, asset_id is the new or updated asset ID
errorJSONAn JSON Object containing error occurred during transformation.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!