Skip to main content
GET
Get Kling text-to-video task status

Authorizations

Authorization
string
header
required

Authenticate with a Bearer Token. Format: Authorization: Bearer sk-xxxxxx

Path Parameters

task_id
string
required

Task ID

Response

Task status retrieved successfully

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 successful)

Example:

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

format
string

Video format

Example:

"mp4"

metadata
object

Video task metadata

error
object

Video task error information