cURL
curl --request GET \ --url https://models.rivus.cn/v1/videos/{video_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
下载生成的视频文件
curl -L "https://models.rivus.cn/v1/videos/$VIDEO_ID/content" \ -H "Authorization: Bearer $TOKEN" \ --output "$VIDEO_ID.mp4"
-L
video_id
使用 API Key 作为 Bearer Token
视频任务的唯一标识符
视频文件
The response is of type file.
file