curl --request POST \
--url https://api.modellix.ai/api/v1/bytedance/seedance-1.0-pro-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"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"
}
}
}ByteDanceโs flagship text-to-video model with multi-shot narrative, superior semantic understanding, and cinematic 1080P output in diverse styles.
curl --request POST \
--url https://api.modellix.ai/api/v1/bytedance/seedance-1.0-pro-t2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>"
}
'{
"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
Description of the desired output.
1 - 2000Aspect ratio of the generated video.
16:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive Output resolution of the video.
480p, 720p, 1080p Duration of the generated video in seconds.
2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 Total number of frames to generate.
29 <= x <= 289Random seed for reproducible generation. Use -1 for random.
-1 <= x <= 2147483647Whether to keep the camera fixed during generation.
Service tier for generation (e.g., default or flex).
default, flex Task expiration time in seconds.
3600 <= x <= 259200Whether to return the last frame of the generated video.