Photoshop API Reference (1.0)

Download OpenAPI specification:Download

API Reference

Get Status - Mask

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.

Request
path Parameters
jobId
required
string

The jobId to get status for.

header Parameters
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.

Responses
200

Successful operation

get/sensei/status/{jobId}
Response samples
application/json
{
  • "jobId": "f54e0fcb-260b-47c3-b520-de0d17dc2b67",
  • "created": "string",
  • "modified": "string",
  • "status": "string",
  • "metadata": {
    },
  • "output": {
    },
  • "options": {
    },
  • "errors": [
    ],
}