如有调用问题,通过 Model Link 首页二维码添加工作人员处理
curl --location 'https://api.modellink.online/v1/videos' \
--header 'Authorization: Bearer <token>' \
--form 'model=""' \
--form 'prompt=""' \
--form 'aspect_ratio=""' \
--form 'duration=""' \
--form 'resolution=""' \
--form 'images=""' \
--form 'first_image=@""' \
--form 'last_image=@""' \
--form 'input_video=@""'{
"id": "vid-xxxxxx",
"status": "queued",
"progress": 0,
"input_mode": "reference-images"
}