Adobe Creative Suite · Arazzo Workflow
Adobe Photoshop Remove Background
Version 1.0.0
Submit a Sensei background-removal job, poll until it finishes, and return the cutout output URL.
Provider
Workflows
remove-background
Submit a background-removal job and poll until it succeeds or fails.
Submits a cutout job for an input image, polls the job status to completion, and returns the cutout output rendition URL on success.
1
submitCutout
removeBackground
Submit the background-removal job referencing the input image and the output destination. The API queues the job and returns a job id.
2
pollStatus
getJobStatus
Poll the job status, repeating while it is pending or running and branching once it succeeds or fails.
3
reportSuccess
getJobStatus
Surface the cutout output rendition URL from the succeeded job.
4
reportFailure
getJobStatus
Surface the error details from the failed cutout job.