跳转到主要内容
GET
/
v1
/
videos
/
{task_id}
获取视频任务状态
curl --request GET \
  --url https://api.ldx.dev/v1/videos/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "sora-2-123456",
  "object": "video",
  "model": "sora-2",
  "status": "queued",
  "progress": 0,
  "created_at": 1764347090922,
  "seconds": "8"
}

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

响应

成功获取视频任务状态

id
string
必填
object
string
必填
model
string
必填
status
string
必填
progress
integer
必填
created_at
integer
必填
seconds
string
必填