Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location '/minimax/v1/query/t2a_async_query_v2?task_id=undefined' \
--header 'Authorization: Bearer <token>'
Responses
application/json
{
"task_id": 95157322514444,
"status": "Processing",
"file_id": 95157322514496,
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}
Modified at 2026-03-30 11:39:32