https://platform.minimaxi.com/docs/api-reference/speech-t2a-async-query
GET
/minimax/v1/query/t2a_async_query_v2查询语音生成任务状态
API Key none
请求示例
curl https://top.qingyuntop.ai/minimax/v1/query/t2a_async_query_v2 \
-H "Authorization: Bearer ${QINGYUN_TOP_API_KEY}"请求参数
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
task_id | Query | string | 否 | - | - |
返回响应 (200)
| 参数 | 位置 | 类型 | 必填 | 说明 | 示例 |
|---|---|---|---|---|---|
task_id | 响应 JSON | integer | 是 | - | - |
status | 响应 JSON | string | 是 | - | - |
file_id | 响应 JSON | integer | 是 | - | - |
base_resp | 响应 JSON | object | 是 | - | - |
base_resp.status_code | 响应 JSON | integer | 是 | - | - |
base_resp.status_msg | 响应 JSON | string | 是 | - | - |
响应示例
{
"task_id": 95157322514444,
"status": "Processing",
"file_id": 95157322514496,
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}来源原始接口定义(用于追溯)
以下内容来自 Apifox 快照,可能包含兼容层字段或旧示例;公开调用请以本页的协议说明和当前模型列表为准。
{
"id": 495899874,
"name": "查询语音生成任务状态",
"type": "http",
"serverId": "",
"preProcessors": [],
"postProcessors": [],
"inheritPreProcessors": {},
"inheritPostProcessors": {},
"description": "https://platform.minimaxi.com/docs/api-reference/speech-t2a-async-query",
"operationId": "",
"sourceUrl": "",
"method": "get",
"path": "/minimax/v1/query/t2a_async_query_v2",
"tags": [],
"status": -2,
"requestBody": {
"type": "none",
"parameters": [],
"examples": [],
"mediaType": "",
"oasExtensions": "",
"required": true,
"additionalContentTypes": []
},
"parameters": {
"path": [],
"query": [
{
"id": "z2JVXIXHVf",
"name": "task_id",
"required": false,
"enable": true,
"description": "",
"type": "string"
}
],
"cookie": [],
"header": []
},
"commonParameters": {
"query": [],
"body": [],
"cookie": [],
"header": []
},
"auth": {},
"responses": [
{
"id": 177779586,
"name": "成功",
"code": 200,
"contentType": "json",
"jsonSchema": {
"type": "object",
"properties": {
"task_id": {
"type": "integer"
},
"status": {
"type": "string"
},
"file_id": {
"type": "integer"
},
"base_resp": {
"type": "object",
"properties": {
"status_code": {
"type": "integer"
},
"status_msg": {
"type": "string"
}
},
"required": [
"status_code",
"status_msg"
],
"x-apifox-orders": [
"status_code",
"status_msg"
]
}
},
"required": [
"task_id",
"status",
"file_id",
"base_resp"
],
"x-apifox-orders": [
"task_id",
"status",
"file_id",
"base_resp"
]
},
"itemSchema": {},
"description": "",
"mediaType": "",
"headers": []
}
],
"responseExamples": [
{
"name": "成功示例",
"responseId": 177779586,
"data": "{\r\n \"task_id\": 95157322514444,\r\n \"status\": \"Processing\",\r\n \"file_id\": 95157322514496,\r\n \"base_resp\": {\r\n \"status_code\": 0,\r\n \"status_msg\": \"success\"\r\n }\r\n}",
"description": "",
"oasKey": "",
"oasExtensions": "",
"id": "019fc09b-0b30-7549-bf4d-5f0d67e29bf0"
}
],
"codeSamples": [],
"projectId": 8662722,
"moduleId": 8310462,
"folderId": 92436087,
"ordering": 60,
"responsibleId": 0,
"commonResponseStatus": {},
"advancedSettings": {
"disabledSystemHeaders": {}
},
"customApiFields": {},
"oasExtensions": "",
"mockScript": {},
"createdAt": "2026-08-02T03:53:34.000Z",
"updatedAt": "2026-08-06T12:15:55.000Z",
"creatorId": 2863449,
"editorId": 2863449,
"creatorUserId": 2863449,
"editorUserId": 2863449,
"responseChildren": [],
"visibility": "INHERITED",
"securityScheme": {},
"callbacks": ""
}