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.
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. |
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. |
Successful operation
Bad Request
Trial Limit Exceeded
Forbidden
Not Found
File Overwrite Error
Asset Link Invalid
Internal Server Error
{- "inputs": {
- "source": {
- "storage": "external",
- "href": "string"
}, - "presets": [
- {
- "storage": "external",
- "href": "string"
}
]
}, - "outputs": [
]
}
{
}