Overview
This endpoint provides image to video functionality using Volcengine official format.Authentication
This endpoint requires authentication using a Bearer token with your API key.Your API key in the format:
Bearer YOUR_API_KEYRequest Body
The model identifier for video generation (endpoint ID)
Video generation prompt describing the desired video content
Whether to generate a looping video
Video duration. Options: 5s, 10s
Video resolution. Options: 768:768, 768:1280, 1280:768
Random seed for reproducible results (range: 1-2147483647)
Watermark configuration with position and url
Request Example
Response
Successful response with task creationNote: This is a task-based API. After creating the task, you need to poll the task status using the task_id to get the final video URL.

