🎁 Apply to join the Core Integrator Program and get a $10-$30 bonus.
curl --request POST \
--url https://api.modellix.ai/api/v1/bytedance/seedance-1.0-pro-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_frame_image": "https://example.com/first.jpg",
"last_frame_image": "https://example.com/last.jpg",
"prompt": "<string>",
"ratio": "16:9",
"resolution": "720p",
"duration": 5,
"frames": 159,
"seed": -1,
"camera_fixed": false,
"service_tier": "default",
"execution_expires_after": 172800,
"return_last_frame": false
}
'{
"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 image-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-i2v/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"first_frame_image": "https://example.com/first.jpg",
"last_frame_image": "https://example.com/last.jpg",
"prompt": "<string>",
"ratio": "16:9",
"resolution": "720p",
"duration": 5,
"frames": 159,
"seed": -1,
"camera_fixed": false,
"service_tier": "default",
"execution_expires_after": 172800,
"return_last_frame": false
}
'{
"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.
API Key authentication. Format: Bearer YOUR_API_KEY.
At least one of first_frame_image or last_frame_image must be provided.
URL or Base64 data for the first frame image.
1"https://example.com/first.jpg"
URL or Base64 data for the last frame image.
1"https://example.com/last.jpg"
1 - 200016:9, 4:3, 1:1, 3:4, 9:16, 21:9, adaptive 480p, 720p, 1080p 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12 29 <= x <= 289-1 <= x <= 2147483647default, flex 3600 <= x <= 259200