cURL
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" }
OpenAI 兼容的视频任务状态查询接口。
返回视频任务的详细状态信息。
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
成功获取视频任务状态