Skip to content

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 NameTypeRequiredDescriptionExample
task_idstringOptional

Header Parameters

Parameter NameTypeRequiredDescriptionExample
AuthorizationstringOptionalBearer {{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
{}