Adobe Creative Suite · Arazzo Workflow
Adobe Photoshop Create Rendition
Version 1.0.0
Submit a rendition job from a PSD, poll until it finishes, and return the rendered output URL.
Provider
Workflows
create-rendition
Submit a rendition job and poll until it succeeds or fails.
Submits a rendition job converting a PSD or image into a target format and size, polls the job status to completion, and returns the rendered output URL on success.
1
submitRendition
createRendition
Submit the rendition job referencing the input file and the rendition output target. The API queues the job and returns a job id.
2
pollStatus
getJobStatus
Poll the job status, repeating while it is pending or running and branching once it succeeds or fails.
3
reportSuccess
getJobStatus
Surface the rendered output URL from the succeeded job.
4
reportFailure
getJobStatus
Surface the error details from the failed rendition job.