Photoshop API Reference (1.0)

Download OpenAPI specification:Download

API Reference

Playback ActionJSON

This endpoint allows you to modify the contents of an ATN file programmatically and apply them to your input files. To check the status of this process, utilize the Get Status endpoint.

Request
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.

Request Body schema: application/json
required
required
Array of objects (input_objects_max_1) <= 1 items

An object describing an input file. Currently supported filetypes include:jpeg, png, psd, tiff

required
object
required
Array of objects (output_objects) [ 1 .. 25 ] items

An array of hashes describing the output files. Output file format can be any of psd, jpeg, png, or tiff and storage type can be any of external, adobe, azure or dropbox. Maximum limit of 25 per request.

Responses
202

Successful operation

400

Bad Request

402

Trial Limit Exceeded

403

Unauthorized

404

Not Found

409

File Overwrite Error

410

Asset Link Invalid

500

Internal Server Error

post/pie/psdService/actionJSON
Request samples
application/json
{
  • "inputs": [
    ],
  • "options": {
    },
  • "outputs": [
    ]
}
Response samples
application/json
{}