Skip to main content
GET
/
v1
/
videos
/
{task_id}
Get Video Task Status
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.

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
string
required

Video task ID

Response

Video task status retrieved successfully

id
string
required
object
string
required
model
string
required
status
string
required
progress
integer
required
created_at
integer
required
seconds
string
required