Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Run Action JSON Composite
Version 1.0.0
Composite an overlay onto an image using programmatic Action JSON descriptors.
View Spec
View on GitHub
AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
action-json-composite
Place an overlay image onto a base document via Action JSON and flatten it.
Submits a base document plus an additional overlay image with an Action JSON descriptor sequence that places and flattens the overlay, then polls the PSD service job until the composited output is written.
1
submitActionJson
playActionJSON
Submit the base document and the overlay together with an action descriptor sequence that places the additional image as a layer and then flattens the document.
2
awaitActionJson
getPsdJobStatus
Poll the PSD service status endpoint until the Action JSON 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.