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
createWithActionJSON
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
getPsdJobStatus
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.