Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Create Artboards and Render
Version 1.0.0
Assemble a multi-artboard PSD from sized boards, then render it to a flat image.
View Spec
View on GitHub
Ai MlCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
artboard-create
Create a PSD holding multiple sized artboards and render a flat image of it.
Submits an artboard creation job defining two sized boards that each carry the supplied artwork, polls until the PSD is written, then renders that document to a flat image and polls the rendition job to completion.
1
submitArtboardCreate
Create a PSD containing two named artboards at their own dimensions, each carrying the supplied artwork as a layer.
2
awaitArtboardCreate
Poll the PSD service status endpoint until the artboard 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 artboard document to a flat PNG so the assembled boards can be reviewed as a single image.
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.