Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Run Action File and Render
Version 1.0.0
Replay a recorded .atn Action on an image, then render the result to a flat deliverable.
View Spec
View on GitHub
Ai MlCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
photoshop-action-batch
Play a recorded Photoshop Action against an image and render the output.
Submits the input image and .atn Action file to the Photoshop Actions endpoint, polls the job, then renders the processed document to a flat image and polls that job to completion.
1
submitActions
Replay the recorded Action file against the input image, targeting a specific action by name inside the set, and save the processed document.
2
awaitActions
Poll the PSD service status endpoint until the Action job completes. The submit call returns the absolute status URL in _links.self.href; the jobId this operation requires is the final path segment of that URL, so a runner takes that segment from statusHref before issuing the request.
3
submitRendition
Render the document produced by the Action to a flat JPEG at the requested width.
4
awaitRendition
Poll until the rendition job reports succeeded and the flat image has been written to the output URL.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.