Primary Field | Secondary Field | Description |
---|---|---|
code | Response status code | |
msg | Response message | |
data | id | Voice ID |
progress | Task progress 0-100 | |
type | Voice model type (cicada1.0, cicada3.0) | |
name | Voice name | |
err_msg | Error message for exceptions or failures | |
audio_path | Training audio segment (valid segment extracted from the original audio for training) | |
status | Production status: 1 In progress, 2 Completed, 3 Expired, 4 Failed, 99 Deleted |
curl --location --request GET 'https://api.302.ai/chanjing/open/v1/customised_audio?id=C-Audio-ac568092f7bb4bb0980a8100dacb80d1' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz'
{
"code": 0,
"data": {
"audio_path": "https://file.302ai.cn/gpt/imgs/f21efdab7c106cb72750c82e993d3331.wav",
"err_msg": "",
"id": "C-Audio-ac568092f7bb4bb0980a8100dacb80d1",
"name": "hmr",
"progress": 100,
"status": 2,
"type": "cicada1.0"
},
"msg": "success",
"trace_id": "72c2a0b39b713dc8207fbf6d142fdf3f"
}