{"servers":[{"url":"https://api.modellix.ai/api/v1/bytedance/seedance-2.0-v2v/async"}],"post":{"description":"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.","operationId":"seedance20V2vAsync","requestBody":{"content":{"application/json":{"examples":{"minimal":{"summary":"Minimum (prompt + reference video)","value":{"prompt":"Extend motion from the reference clip with a smooth camera push-in","video_urls":["https://example.com/source.mp4"]}},"multimodal":{"summary":"Text + images + reference video + audio","value":{"audio_urls":["https://example.com/track.mp3"],"duration":8,"prompt":"Motion from [Video 1], style [Image 1], audio [Audio 1]","reference_images":["https://example.com/ref.jpg"],"resolution":"720p","video_urls":["https://example.com/ref.mp4"]}}},"schema":{"description":"Seedance 2.0 video-to-video request. Supports 480p, 720p, and 1080p resolution.","properties":{"audio_urls":{"description":"Optional. Up to 3 reference audio URLs.","items":{"description":"Audio URL (e.g., https://example.com/audio.mp3)","minLength":1,"type":"string"},"maxItems":3,"minItems":1,"type":"array"},"camera_fixed":{"default":false,"description":"Whether to keep the camera fixed during generation.","type":"boolean"},"duration":{"default":5,"description":"Video duration in seconds (4-15 seconds).","enum":[4,5,6,7,8,9,10,11,12,13,14,15],"type":"integer"},"execution_expires_after":{"default":172800,"description":"Task expiration time in seconds.","maximum":259200,"minimum":3600,"type":"integer"},"first_frame_image":{"description":"Optional. URL or Base64 of the starting frame. Do not use together with `reference_images` in the same request.","example":"https://example.com/first.jpg","minLength":1,"type":"string"},"generate_audio":{"default":true,"description":"Whether to generate audio for the video.","type":"boolean"},"last_frame_image":{"description":"Optional. URL or Base64 of the ending frame. Do not use together with `reference_images` in the same request.","example":"https://example.com/last.jpg","minLength":1,"type":"string"},"prompt":{"description":"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. Recommended prompt length: under 1000 words. Lengthy text will lead to scattered information, and the model may ignore details and only focus on key points, resulting in missing elements in the generated video.","maxLength":10000,"minLength":1,"type":"string"},"ratio":{"default":"1:1","description":"Aspect ratio of the generated video.","enum":["21:9","16:9","4:3","1:1","3:4","9:16"],"type":"string"},"reference_images":{"description":"Optional. Up to 9 reference images. Do not use together with `first_frame_image` or `last_frame_image`.","items":{"description":"Image URL or Base64 data.","minLength":1,"type":"string"},"maxItems":9,"minItems":1,"type":"array"},"resolution":{"default":"720p","description":"Output resolution of the video.","enum":["480p","720p","1080p"],"type":"string"},"return_last_frame":{"default":false,"description":"Whether to return the last frame of the generated video.","type":"boolean"},"seed":{"default":-1,"description":"Random seed for reproducible generation. Use -1 for random.","maximum":4294967295,"minimum":-1,"type":"integer"},"video_urls":{"description":"One to three reference video URLs that define the source motion or content to transform.","items":{"description":"Video URL (e.g., https://example.com/video.mp4)","minLength":1,"type":"string"},"maxItems":3,"minItems":1,"type":"array"}},"required":["prompt","video_urls"],"type":"object"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"code":{"description":"Response code, 0 indicates success","example":0,"type":"integer"},"data":{"description":"Detailed data about the submitted asynchronous task.","properties":{"get_result":{"description":"API information to query the task result","properties":{"method":{"description":"HTTP method","example":"GET","type":"string"},"url":{"description":"Full URL to query the task result","example":"https://api.modellix.ai/api/v1/tasks/task-abc123","type":"string"}},"type":"object"},"model_id":{"description":"Model ID","example":"model-123","type":"string"},"status":{"description":"Task status","enum":["pending","processing"],"example":"pending","type":"string"},"task_id":{"description":"Unique task identifier","example":"task-abc123","type":"string"}},"required":["status","task_id","model_id"],"type":"object"},"message":{"description":"Response message","example":"success","type":"string"}},"required":["code","message","data"],"type":"object"}}},"description":"Task submitted successfully"}},"summary":"Seedance 2.0 V2V","x-mint":{"href":"bytedance/seedance-2-0-v2v"}}}