| Primary Field | Secondary Field | Tertiary Field | Description | 
|---|---|---|---|
| code | Response status code | ||
| msg | Response message | ||
| data | id | Video ID | |
| type | Voice type | ||
| status | Status: 10 Generating, 9 Generated (includes success and failure) | ||
| text | Voice text | ||
| full | url | Standard frequency link | |
| path | Standard frequency address | ||
| duration | Standard frequency duration | ||
| slice | Slice | ||
| errMsg | Error message | ||
| errReason | Error reason | ||
| subtitles (array type) | key | Subtitle key value | |
| start_time | Subtitle start time | ||
| end_time | Subtitle end time | ||
| subtitle | Subtitle text | 
{
    "task_id": "e2afea2439264340a9c7e9cbd091459e"
}curl --location --request POST 'https://api.302.ai/chanjing/open/v1/audio_task_state' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "task_id": "e2afea2439264340a9c7e9cbd091459e"
}'{
    "code": 0,
    "data": {
        "errMsg": "",
        "errReason": "",
        "focus_titles": null,
        "full": {
            "duration": 25.76,
            "path": "fe9d6f5c1ce6713adaaab4aca3b1e13a.wav",
            "url": "https://file.302ai.cn/gpt/imgs/fe9d6f5c1ce6713adaaab4aca3b1e13a.wav"
        },
        "id": "858e67f4862a414ba18dbfe464e6062f",
        "slice": null,
        "status": 9,
        "subtitles": [
            {
                "end_time": 0.44,
                "key": "2ddf93da3a83ae96b0ffa988846307fbe37852f5",
                "keywords": null,
                "start_time": 0,
                "subtitle": "大家好"
            },
            {
                "end_time": 2,
                "key": "fc630b799ef142922ff02bb66c74f54afc994987",
                "keywords": null,
                "start_time": 0.44,
                "subtitle": "欢迎收听本期内容"
            },
            {
                "end_time": 4.68,
                "key": "c1d6a7a8156401a6529f0632e3c49568f8b2dcdf",
                "keywords": null,
                "start_time": 2,
                "subtitle": "今天我们将为大家介绍一项有趣的"
            },
            {
                "end_time": 7.12,
                "key": "8546dfae93693f38e2480c7f3aa841f3e0c34a94",
                "keywords": null,
                "start_time": 4.68,
                "subtitle": "科学现象——猫在跌落时能够"
            },
            {
                "end_time": 8.56,
                "key": "6cbc62c732a017b5fe47553696e6a092a55b16ef",
                "keywords": null,
                "start_time": 7.12,
                "subtitle": "在空中调整身体"
            },
            {
                "end_time": 10.44,
                "key": "7730609b73cc7562f365941815ce8d8a398a65d1",
                "keywords": null,
                "start_time": 8.56,
                "subtitle": "通常能够四脚着地"
            },
            {
                "end_time": 13.24,
                "key": "122f34239f25bddd993d4d27b32de18bd024521b",
                "keywords": null,
                "start_time": 10.44,
                "subtitle": "这种“猫右自己”反射显示了它们"
            },
            {
                "end_time": 15.88,
                "key": "b1a4ce8cc4fd6cfeb65f8557263f133f995481bb",
                "keywords": null,
                "start_time": 13.24,
                "subtitle": "惊人的身体协调能力和灵活性"
            },
            {
                "end_time": 19.08,
                "key": "2f4f00f17c195755c7c222d5d0797ae7a667da82",
                "keywords": null,
                "start_time": 15.88,
                "subtitle": "核磁共振成像技术通过利用人体"
            },
            {
                "end_time": 21.52,
                "key": "8a27008620c1c4577224e3cda68dc549098eddb2",
                "keywords": null,
                "start_time": 19.08,
                "subtitle": "细胞中氢原子的磁性来生成"
            },
            {
                "end_time": 22.84,
                "key": "2f8369adea2699eb1227eb32fe16f2bac0563cb8",
                "keywords": null,
                "start_time": 21.52,
                "subtitle": "详细的内部图像"
            },
            {
                "end_time": 25.4,
                "key": "6c6dfd1d8601cfa5bc793ea27d56ccde25c47ad9",
                "keywords": null,
                "start_time": 22.84,
                "subtitle": "为医学诊断提供了重要工具"
            }
        ],
        "text": [
            "大家好,欢迎收听本期内容。今天我们将为大家介绍一项有趣的科学现象——猫在跌落时能够在空中调整身体,通常能够四脚着地,这种“猫右自己”反射显示了它们惊人的身体协调能力和灵活性。核磁共振成像技术通过利用人体细胞中氢原子的磁性来生成详细的内部图像,为医学诊断提供了重要工具。"
        ],
        "type": "tts"
    },
    "msg": "success",
    "trace_id": "44bcf49a4620858ef59691221a5ba51d"
}