curl --location --request POST 'http://dev-cn.your-api-server.comhttp(s): //api-dx.xf-yun.com/v1/private/dts_query' \
--header 'Content-Type: application/json' \
--data-raw '{
"header": {
"app_id": "3e79d91c",
"task_id": "221124174214587600971201"
}
}'
{
"header": {
"code": 0,
"message": "string",
"sid": "string",
"task_id": "string",
"task_status": "string"
},
"payload": {
"audio": {
"audio": "string",
"bit_depth": "string",
"channels": "string",
"encoding": "string",
"sample_rate": "string"
},
"pybuf": {
"encoding": "string",
"text": "string"
}
}
}