Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Depth Blur
Version 1.0.0
Apply an AI depth-of-field blur to an image and poll the job to completion.
View Spec
View on GitHub
AI/MLCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
depth-blur
Submit a depth blur job for an image and wait for the rendered result.
Submits the source image with focal point, blur strength, focal range, grain, and haze options, then polls the PSD service job until the blurred image is written to the output URL.
1
submitDepthBlur
depthBlur
Submit the image for AI depth estimation and bokeh blur using the supplied focal and effect settings.
2
awaitDepthBlur
getPsdJobStatus
Poll the PSD service status endpoint until the depth blur 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.