Theme
Query Video Generation Task Status
GET
https://www.kkiai.com/minimax/v1/query/video_generation
Request Parameters
Authorization
Add the Authorization parameter to the Header, with its value being the Token concatenated after Bearer
Example: Authorization: Bearer ********************
Query Parameters
| Parameter Name | Type | Required | Description | Example |
|---|---|---|---|---|
task_id | string | Optional |
Header Parameters
| Parameter Name | Type | Required | Description | Example |
|---|---|---|---|---|
Authorization | string | Optional | Bearer {{YOUR_API_KEY}} |
cURL Example
bash
curl --location --request GET 'https://www.kkiai.com/minimax/v1/query/video_generation?task_id' \
--header 'Authorization: Bearer <token>'Response
🟢 200 Success
Response Example
json
{}