如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location 'https://api.modellink.online/happyhorse/api/v1/services/aigc/video-generation/video-synthesis' \
--header 'X-DashScope-Async: enable' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "happyhorse-1.0-i2v",
"input": {
"prompt": "一只猫在草地上奔跑",
"media": [
{
"type": "first_frame",
"url": "https://cdn.translate.alibaba.com/r/wanx-demo-1.png"
}
]
},
"parameters": {
"resolution": "720P",
"duration": 5
}
}'{
"request_id": "4e736db7-9553-9d3d-adfa-cbf5aa022d43",
"output": {
"task_id": "c9bea91b-89a3-43e1-b691-8ca045e8ddef",
"task_status": "PENDING"
}
}