Skip to main content
GET
/
v1
/
videos
/
{task_id}
Get Video Task Status
curl --request GET \
  --url https://utoken-test.uuzu.com/v1/videos/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "model": "<string>",
  "status": "<string>",
  "progress": 123,
  "created_at": 123,
  "seconds": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.utoken.wgame-hk.com/llms.txt

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

Authorizations

Authorization
string
header
required

Use Bearer Token authentication Format: Authorization: Bearer sk-xxxxxx

Path Parameters

task_id
string
required

Video Task ID

Response

Success - Video Task Status retrieved

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