post https://{app}.{filespin}.{io}/api/v1/assets/addons/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
}
Key | Value | Description |
---|---|---|
job_id | integer | The 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.