edit-workflow
Create marketplace-ready product packshots
Creates one polished product photograph from one or more ordered product references. An optional style reference may guide framing, crop, background, and lighting without changing the product's identity.
The request is processed asynchronously. Poll GET /v1/generations/{generation_id} with the returned generation_id until the generation is completed or failed. Product fidelity is best-effort and details absent from every reference may be reconstructed.
post/v2/tool/packshots
Request body
Example request
{
"product_asset_identifiers": [
{
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
}
],
"view": "FRONT"
}Response
Packshot accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id"
}