task_id 后使用查询接口轮询结果。不同模型的参数通过 metadata / extra_fields 透传。Authorization: Bearer ********************{
"model": "doubao-seedance-2-0-260128",
"prompt": "占位",
"metadata": {
"content": [
{
"type": "text",
"text": "清晨的海边,一只海豚跃出水面"
}
],
"duration": 8,
"resolution": "480p",
"ratio": "9:16",
"generate_audio": true
}
}curl --location 'https://moyu.info/v1/video/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "doubao-seedance-2-0-260128",
"prompt": "占位",
"metadata": {
"content": [
{
"type": "text",
"text": "清晨的海边,一只海豚跃出水面"
}
],
"duration": 8,
"resolution": "480p",
"ratio": "9:16",
"generate_audio": true
}
}'{
"id": "string",
"task_id": "string",
"object": "video",
"model": "string",
"status": "string",
"progress": 0,
"created_at": 0
}