Adobe Photoshop · Arazzo Workflow
Adobe Photoshop Remove Background
Version 1.0.0
Verify service access, submit an AI background removal job, and poll it to completion.
View Spec
View on GitHub
Ai MlCreative CloudImage EditingPhotoshopPluginsREST APIScriptingArazzoWorkflows
Provider
Workflows
remove-background
Remove the background from a single image and wait for the result.
Calls the health endpoint as a credential preflight, submits the image to the v2 background removal endpoint, and polls the asynchronous job until it reports succeeded or failed.
1
preflight
healthCheck
Confirm the Photoshop service is available and that the bearer token and x-api-key are accepted before submitting a job that consumes quota.
2
submitRemoveBackground
removeBackgroundV2
Submit the source image for AI subject detection and background removal. The endpoint is asynchronous and returns 202 with the status URL to poll.
3
awaitRemoveBackground
getSenseiJobStatus
Poll the Sensei status endpoint until the job reports succeeded. 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.