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