get https://{app}.{filespin}.{io}/api/v1/assets/addons/image_graphics/jobs/
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"
}]
}
Key | Value | Description |
---|---|---|
status | String | Can be "QUEUED" , "OK" or "ERROR" |
output | JSON | An 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 |
error | JSON | An JSON Object containing error occurred during transformation. |