Adobe Creative Suite · Arazzo Workflow
Adobe Photoshop Edit Text Layers
Version 1.0.0
Submit a PSD text-layer edit job, poll until it finishes, and return the edited output URL.
Provider
Workflows
edit-text-layers
Submit a text-layer edit job and poll until it succeeds or fails.
Submits a text-edit job that replaces the content of a named text layer in a PSD, polls the job status to completion, and returns the edited output URL on success.
1
submitTextEdit
editTextLayers
Submit the text-edit job referencing the source PSD, the output target, and the new content for the named text layer. 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 edited output URL from the succeeded job.
4
reportFailure
getJobStatus
Surface the error details from the failed text-edit job.