Create a looping 360-degree product video
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.
Authentication
API key for access control. Use in the header with the name “Api-Key”
Query parameters
Request
The length of the generated video in seconds. When omitted, the model picks the best duration for the prompt (“auto”).
Response
URL-safe base64 ID of the accepted generation. Accepted by the
GET /v1/generations/{generation_id} polling endpoint.