Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples
"<string>"
使用 GET /v1/videos//content 下载成片(支持断点重传)。
completed
Authorization: Bearer <Token>
export BASE_URL="https://models.kapon.cloud" export TOKEN="oh-xxxxxxxxxxxxxxxx" export VIDEO_ID="video_xxx" # 已完成的任务 id
curl -L "https://models.kapon.cloud/v1/videos/$VIDEO_ID/content" \ -H "Authorization: Bearer $TOKEN" \ --output out.mp4
API Key
视频任务 ID
视频文件
The response is of type file.
file