Pricing
For current pricing, see the Pricing page.Model Comparison
- Turbo: 1.5x Faster compared to Lite and is prioritized in the queue, medium quality
- Standard: Normal processing speed, priority queue, best quality
- Lite: 6x Slower speed, basic quality
Authentication
All endpoints require authentication using Bearer token authorization:Request
Parameters
Text description for the video generation
URL of the starting frame image
Model to useOptions:
"turbo", "standard", "lite"Motion preset ID (must be valid UUID format)
URL of the ending frame image. If provided, the video will transition from start_image_url to end_image_urlDefault:
nullWhether to enhance/improve the prompt automaticallyDefault:
falseRandom seed for reproducible generation. If not provided, a random value between 0-999999 is used
Response
Response Fields
HTTP status code (200 for success)
Error Responses
Missing Required Field:
Invalid Motion ID:
Unrecognized Parameter:
Use the
task_id to check the status using the Get Task endpoint.