Lightroom API Reference (1.0)

Download OpenAPI specification:Download

API Reference

Apply Preset

This endpoint initiates an asynchronous job to apply a preset on an image. 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
object >= 2 properties

The input assets for your call

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

An array of output objects. each output object will be either 'external' or 'adobe'. Maximum limit to generate output files in one API call is 25.

Responses
202

Successful operation

400

Bad Request

402

Trial Limit Exceeded

403

Forbidden

404

Not Found

409

File Overwrite Error

410

Asset Link Invalid

500

Internal Server Error

post/lrService/presets
Request samples
application/json
{
  • "inputs": {
    },
  • "outputs": [
    ]
}
Response samples
application/json
{}