Adobe Creative Suite · Arazzo Workflow
Adobe Photoshop Create Alpha Mask
Version 1.0.0
Submit a Sensei alpha-mask job, poll until it finishes, and return the mask output URL.
Provider
Workflows
create-mask
Submit an alpha-mask job and poll until it succeeds or fails.
Submits a mask job for an input image, polls the job status to completion, and returns the mask output rendition URL on success.
1
submitMask
createMask
Submit the alpha-mask 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 mask output rendition URL from the succeeded job.
4
reportFailure
getJobStatus
Surface the error details from the failed mask job.