Skip to main content
GET
/
kling
/
v1
/
videos
/
text2video
/
{task_id}
Get Kling Text-to-Video Task Status
curl --request GET \
  --url https://utoken-test.uuzu.com/kling/v1/videos/text2video/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "task_id": "<string>",
  "url": "<string>",
  "format": "<string>",
  "metadata": {
    "duration": 123,
    "fps": 123,
    "width": 123,
    "height": 123,
    "seed": 123
  },
  "error": {
    "code": 123,
    "message": "<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

Task ID

Response

Success - Task Status Retrieved

Video task status query response

task_id
string

Task ID

Example:

"abcd1234efgh"

status
enum<string>

Task Status

Available options:
queued,
in_progress,
completed,
failed
Example:

"completed"

url
string

Video Resource URL (when Success)

Example:

"https://example.com/video.mp4"

format
string

Video Format

Example:

"mp4"

metadata
object

Video Task Metadata

error
object

Video task error message