{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Dreamina Seedance 2.0 video-to-video model. Edit or extend one to three reference videos using a text prompt, with optional reference images, audio tracks, or frame images. Shares generation settings with Seedance 2.0 I2V.
{
"code": 0,
"message": "success",
"data": {
"status": "pending",
"task_id": "task-abc123",
"model_id": "model-123",
"get_result": {
"method": "GET",
"url": "https://api.modellix.ai/api/v1/tasks/task-abc123"
}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.modellix.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key authentication. Format: Bearer YOUR_API_KEY.
Body
Seedance 2.0 video-to-video request. Supports 480p, 720p, and 1080p resolution.
Text describing how to transform or extend the reference video(s). Use placeholders such as [Video 1], [Image 1], or [Audio 1] when referencing optional inputs.
1 - 2000One to three reference video URLs that define the source motion or content to transform.
1 - 3 elementsVideo URL (e.g., https://example.com/video.mp4)
1Optional. URL or Base64 of the starting frame. Do not use together with reference_images in the same request.
1"https://example.com/first.jpg"
Optional. URL or Base64 of the ending frame. Do not use together with reference_images in the same request.
1"https://example.com/last.jpg"
Optional. Up to 9 reference images. Do not use together with first_frame_image or last_frame_image.
1 - 9 elementsImage URL or Base64 data.
1Optional. Up to 3 reference audio URLs.
1 - 3 elementsAudio URL (e.g., https://example.com/audio.mp3)
1Aspect ratio of the generated video.
21:9, 16:9, 4:3, 1:1, 3:4, 9:16 Output resolution of the video.
480p, 720p, 1080p Video duration in seconds (4-15 seconds).
4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Random seed for reproducible generation. Use -1 for random.
-1 <= x <= 4294967295Whether to keep the camera fixed during generation.
Whether to generate audio for the video.
Task expiration time in seconds.
3600 <= x <= 259200Whether to return the last frame of the generated video.