{"servers":[{"url":"https://api.modellix.ai/api/v1/bytedance/seedance-2.0-t2v"}],"post":{"description":"[Core Function] Seedance 2.0 T2V is ByteDance Dreamina Seedance 2.0 text-to-video. [Strengths] Supports 480p/720p/1080p/4k, 24 fps, 4-15s MP4 output. Text-only input — do not pass images, video, or audio. [Routing] Use for high-fidelity text-to-video when quality or 4k output is requested.","operationId":"seedance20T2vAsync","requestBody":{"content":{"application/json":{"examples":{"basic":{"summary":"Prompt only","value":{"duration":5,"prompt":"A cinematic drone shot over misty mountains at sunrise","resolution":"720p"}}},"schema":{"description":"Seedance 2.0 text-to-video request. Required: `prompt` only. Text-only input — images, video, and audio parameters are not supported on T2V endpoints.","properties":{"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"},"generate_audio":{"default":true,"description":"Whether to generate audio.","type":"boolean"},"prompt":{"description":"Required. Text prompt describing the desired video. Maximum 10000 characters. Do not pass images, video, or audio on T2V. Recommended prompt length: under 1000 words.","maxLength":10000,"minLength":1,"type":"string"},"ratio":{"default":"16:9","description":"Aspect ratio of the generated video.","enum":["21:9","16:9","4:3","1:1","3:4","9:16"],"type":"string"},"resolution":{"default":"720p","description":"Output resolution of the video.","enum":["480p","720p","1080p","4k"],"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"}},"required":["prompt"],"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 T2V","x-mint":{"href":"bytedance/seedance-2-0-t2v"}}}