Skip to main content

Image Graphics Job

GET 

/api/v1/assets/addons/image_graphics/jobs/:job_id

Use the Job API to retrieve the status and URL of the processed output image after Image Graphics processing.

Response JSON

{
"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 array 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 array containing errors that occurred during transformation.

Request

Responses

Successful operation