Skip to main content
GET
Query Task

Authorizations

Authorization
string
header
required

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

Path Parameters

action
enum<string>
required

Task type matching the original creation endpoint.

Available options:
generations,
text2video,
image2video,
omni-video,
motion-control,
lip-sync,
kolors-virtual-try-on
Example:

"text2video"

task_id
string
required

Task ID returned from the create task endpoint.

Example:

"860260753860210752"

Response

Task status retrieved successfully

code
integer
required

Response code. 0 indicates success.

Example:

0

message
string
required

Response message

Example:

""

data
object
required