暂停外呼任务
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
POST
https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/pause
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://callapi.xfyun.cn/v1/service/v1/aicall/outbound/v1/task/pause?token=08236d0aeeee4d5b566db5f4adc41a63' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "129"
}'
响应示例响应示例
{
"code": 0,
"message": "string",
"result": {}
}
请求参数
Query 参数
token
string
可选
示例值:
08236d0aeeee4d5b566db5f4adc41a63
Body 参数application/json