跳转到主要内容
GET
/
v1
/
videos
/
{task_id}
/
content
获取视频内容
curl --request GET \
  --url https://api.ldx.dev/v1/videos/{task_id}/content \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.liandanxia.io/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

路径参数

task_id
string
必填

视频任务 ID

响应

成功获取视频内容

The response is of type file.