cURL
curl --request GET \ --url https://api.ldx.dev/v1/videos/{task_id}/content \ --header 'Authorization: Bearer <token>'
"<string>"
获取已完成视频任务的视频文件内容。
此接口会代理返回视频文件流。
Documentation IndexFetch the complete documentation index at: https://docs.liandanxia.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.liandanxia.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
视频任务 ID
成功获取视频内容
The response is of type file.
file