如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request POST 'https://api.modellink.online/seedance/v3/contents/generations/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seedance-1-5-pro-251215",
"content": {
"type": "text",
"text": "string"
},
"return_last_frame": true,
"generate_audio": true,
"resolution": "720p",
"ratio": "1:1",
"duration": 4,
"camera_fixed": true,
"watermark": true
}'{
"id": "string"
}