- 语聚AI应用助手API使用说明
- AI助手 API
- 外部联系人API
- 知识库
- 通用功能API
- AI营销
重置指定号码外呼状态
POST
/v1/api/ai/aibot/number_batch_reset
请求参数
Query 参数
apiKey
string
可选
Body 参数application/json
numbers
string
必需
task_id
string
外呼任务
status
string
设置的外呼状态
示例
{
"numbers": "string",
"task_id": "string",
"status": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://chat.jijyun.cn/v1/api/ai/aibot/number_batch_reset?apiKey=' \
--header 'Content-Type: application/json' \
--data-raw '{
"numbers": "string",
"task_id": "string",
"status": "string"
}'
返回响应
🟢200成功
application/json
Body
Code
integer
必需
Msg
string
必需
示例
{
"Code": 0,
"Msg": "string"
}