查询配置
开发环境
开发环境
POST
https://callapi.xfyun.cn/v1/service/v1/aicall/config/v1/query
常用发音人清单
voice_name | voice_code | 性别 |
---|---|---|
春春 | 65580 | 女声 |
晓诗 | 62140 | 女声 |
晓燕 | 60020 | 女声 |
晓峰 | 60030 | 男声 |
小陈 | 65660 | 男声 |
楠楠 | 60130 | 女声 |
晓医 | 65600 | 女声 |
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://callapi.xfyun.cn/v1/service/v1/aicall/config/v1/query?token=08236d0aeeee4d5b566db5f4adc41a63' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 0
}'
响应示例响应示例
{
"code": 0,
"message": "string",
"result": {
"lines": [
{
"line_num": "string",
"concurrents": 0,
"time_work": [
"string"
],
"status": 0,
"time_apply": 0,
"time_expire": 0
}
],
"robots": [
{
"robot_id": "string",
"robot_name": "string",
"call_column": [
"string"
],
"status": 0,
"type": 0,
"deleted": 0,
"time_create": 0,
"time_update": 0
}
],
"urls": [
{
"url": "string",
"url_module": "string"
}
],
"voices": [
{
"voice_code": "string",
"voice_name": "string"
}
]
}
}
请求参数
Query 参数
token
string
可选
示例值:
08236d0aeeee4d5b566db5f4adc41a63
Body 参数application/json
返回响应
修改于 2023-12-19 07:13:12