video-generate
Create a looping 360-degree product video
Animates one product image through a complete turntable revolution and returns to the starting pose so the result loops cleanly. Video generation runs asynchronously. Poll GET /v1/generations/{generation_id} with the returned generation_id until the generation completes or fails.
post/v2/tool/product-360-video
Request body
Example request
{
"duration": 5,
"target_collection_id": "target_collection_id",
"image_asset_identifier": {
"asset_type": "RESPONSE",
"asset_id": "7uS_VESkRI6O3-sVgHQp_A"
},
"product_description": "product_description",
"resolution": null,
"direction": null
}Response
Product video accepted for asynchronous processing.
Example response
{
"generation_id": "generation_id",
"created": "2000-01-23T04:56:07+00:00"
}