Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Create Document with Action JSON
Version 1.0.0
Build a document from scratch with Action JSON descriptors, no input file required.
View Spec
View on GitHub
Ai MlCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
action-json-document-create
Create a new document using only Action JSON descriptors.
Submits an Action JSON descriptor sequence that makes a new document at the requested dimensions and resolution, then polls the PSD service job until the document is written to the output URL.
1
submitActionJsonCreate
Submit an action descriptor sequence that makes a new document at the requested size. No inputs array is sent, since this endpoint creates the document rather than operating on an existing one.
2
awaitActionJsonCreate
Poll the PSD service status endpoint until the creation 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.
Source API Descriptions
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.