如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location --request GET 'https://api.modellink.online/vidu/ent/v2/tasks//creations' \
--header 'Authorization: Token {your api key}' \
--header 'Authorization;' \
--header 'Content-Type: application/json'{
"id": "your_task_id",
"state": "success",
"err_code": "",
"credits": 4,
"payload": "",
"creations": [
{
"id": "your_creations_id",
"url": "your_generated_results_url",
"cover_url": "your_generated_results_cover_url"
}
]
}