v1
latestOpenAPI 3.0.02026-08-061612131.2 KBProduct Cutout (v2)
Description
Creates a clean product cutout from any image by removing the background and cropping the image tightly around the product. This capability is especially valuable for eCommerce platforms and applications, and serves as a fundamental building block for product imagery pipelines such as Product Packshot, Product Shadow, and Embed products into a scene.
This is the v2 version of the Product Cutout capability, replacing the legacy v1 endpoint (POST /v1/product/cutout). Both versions produce identical results. v2 introduces the standard v2 API contract - JSON requests, asynchronous execution with status polling or webhooks, granular content moderation controls, and the standard v2 response envelope. The v1 endpoint remains available, and new integrations should use v2.
By default, requests are processed asynchronously. The API immediately returns a request_id and a status URL. Track progress and retrieve the result using the Status Service, or receive the result via webhook_url. Set sync to true to hold the connection open and receive the final result directly in the response.
This endpoint supports content moderation via optional parameters that can prevent processing if the input image contains inappropriate content or if the output would contain inappropriate content.
Headers
API token associated with the organization.
Request body
Response
Successful operation (Synchronous Success).