This endpoint returns the status of a job for Remove Background and Create Mask. Please expand 200 Successful operation
under Responses
to know details of the status returned.
jobId required | string The jobId to get status for. |
Authorization required | string Bearer: ${Authorization Token} |
x-api-key required | string API key/client id |
Content-Type required | string application/json |
x-gw-ims-org-id | string IMS organization ID. This needs to be sent only if it is desirable to receive the job status through Adobe I/O Events. |
Successful operation
{- "jobId": "f54e0fcb-260b-47c3-b520-de0d17dc2b67",
- "created": "string",
- "modified": "string",
- "status": "string",
- "metadata": {
- "service": {
- "version": "4.0"
}
}, - "output": {
- "href": "string",
- "storage": "adobe",
- "mask": {
- "format": "soft"
}, - "color": {
- "space": "rgb"
}
}, - "options": {
- "optimize": "performance"
}, - "errors": [
- {
- "title": "Requested resource was not found",
- "type": "ResourceNotFound",
- "code": 404,
- "details": {
- "name": "<path_to_invalid_file>",
- "reason": "Unable to access the input href"
}
}
], - "_links": {
}
}