Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Create Document and Render
Version 1.0.0
Create a new PSD from dimensions and layers, then render it to a flat image.
View Spec
View on GitHub
Ai MlCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
document-create-and-render
Create a PSD with layers and render a flat image from it.
Submits a document creation job with a document specification and layers, polls until the PSD is written, then renders that PSD to a flat image and polls the rendition job to completion.
1
submitCreateDocument
Create the PSD with the requested canvas specification, an image layer carrying the supplied artwork, and a text layer carrying the headline.
2
awaitCreateDocument
Poll the PSD service status endpoint until the document 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.
3
submitRendition
Render the newly created PSD to a flat JPEG sized to the document 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.