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
}
| Key | Value | Description |
|---|---|---|
job_id | integer | The job ID to track the job |
Use the Image Graphics Job API to retrieve the URL of the processed output image.
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error