curl --request POST \
--url https://api.maxapi.io/api/v1/task/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "seedance-2.0-pro",
"input": {
"prompt": "A river flowing through autumn forest, aerial view",
"ratio": "16:9",
"duration": 5
}
}'
{
"code": 0,
"msg": "ok",
"data": {
"taskId": "790758ee-3675-48fa-a9af-33d33cf84e71"
}
}
Jimeng / Seedance Text-to-Video — Generate videos from text descriptions
curl --request POST \
--url https://api.maxapi.io/api/v1/task/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "seedance-2.0-pro",
"input": {
"prompt": "A river flowing through autumn forest, aerial view",
"ratio": "16:9",
"duration": 5
}
}'
{
"code": 0,
"msg": "ok",
"data": {
"taskId": "790758ee-3675-48fa-a9af-33d33cf84e71"
}
}
imageUrls activates pure text-to-video mode.
jimeng-video-3.5-pro · jimeng-video-3.0-pro · jimeng-video-3.0 · jimeng-video-2.0-pro · jimeng-video-2.0 · seedance-2.0 · seedance-2.0-pro
seedance-2.0-pro, jimeng-video-3.5-pro.curl --request POST \
--url https://api.maxapi.io/api/v1/task/submit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "seedance-2.0-pro",
"input": {
"prompt": "A river flowing through autumn forest, aerial view",
"ratio": "16:9",
"duration": 5
}
}'
{
"code": 0,
"msg": "ok",
"data": {
"taskId": "790758ee-3675-48fa-a9af-33d33cf84e71"
}
}
{
"code": 0,
"msg": "ok",
"data": {
"taskId": "790758ee-3675-48fa-a9af-33d33cf84e71",
"status": "SUCCESS",
"input": {
"model": "seedance-2.0-pro",
"prompt": "一条河流穿过秋天的森林,航拍视角",
"ratio": "16:9",
"duration": 5
},
"result": {
"type": "video",
"urls": [
"https://v9-dreamnia.jimeng.com/video/tos/cn/video_example.mp4"
]
},
"created_at": "2026-02-10T22:05:27.378310Z",
"updated_at": "2026-02-10T22:08:11.389509Z"
}
}
result is only populated when status is SUCCESS.