Skip to main content

Image Graphics (BG Remove Flow)

POST 

/api/v1/assets/addons/image_graphics

Submit an Image Graphics processing request. The API call should be made with a JSON request as defined in the Image Graphics JSON Format documentation. The request should contain the list of image asset IDs to be processed with their options, and 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

Use the Image Graphics Job API to retrieve the URL of the processed output image.

Request

Responses

Successful operation