- 语聚AI应用助手API使用说明
- 语聚GPT API
- 对话助手 API
- 外部联系人API
- 知识助手 API
- 通用功能API
- AI营销
创建会话消息
POST
/v1/openapi/chat
请求参数
Query 参数
apiKey
string
必需
Body 参数application/json
content
string
提问内容
return_format
string
返回内容格式
search
boolean
是否开启搜索引擎
visitorId
string
访问者ID
chatMode
string
对话模型
intention
array[string]
意图
max_tokens
string
最大token
knowledge
string
知识id
system
string
对话背景设置
tools
array[string]
工具
temperature
string
创意度
fielditem
object
补充额外联系人信息
handler_type
string
知识助手处理方式
fix_content
string
知识助手选择回复固定内容输入的回复内容
stream
boolean
是否以流的形式返回
ibotID
string
助手id
可使用<查询助手列表>接口获取
示例
{
"content": "string",
"return_format": "string",
"search": true,
"visitorId": "string",
"chatMode": "string",
"intention": [
"string"
],
"max_tokens": "string",
"knowledge": "string",
"system": "string",
"tools": [
"string"
],
"temperature": "string",
"fielditem": {},
"handler_type": "string",
"fix_content": "string",
"stream": true,
"ibotID": "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/openapi/chat?apiKey=' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
desc
string
回答内容
usage
object
必需
total_cost
number
消耗总费用
msgKey
string
会话ID
source
array [object {3}]
搜索来源
link
string
搜索链接
snippet
string
简介
title
string
标题
visitorId
string
访问者ID
示例
{
"desc": "根据提供的搜索结果,今天的日期是2023年8月16日[1]。",
"msgKey": "api_93527fda-6b49-4701-b688-6b9ac2346147",
"source": [
{
"link": "https://wannianli.tianqi.com/today",
"snippet": "今天是<b>2023年8月13日 星期日</b> 第34周. 今天是农历2023年7月27日 六月廿七. 2023年. 8月. 本年查询. 本月节日表. 万年历首页. 第几周. 08月14日 - 08月20日.",
"title": "【<b>今天</b>是农历几月几日】<b>今天</b>是什么日子_<b>今天</b>农历多少 ..."
},
{
"link": "https://zhidao.baidu.com/question/201223789760702205.html",
"snippet": "“写信告诉我今天海是什么颜色”,出自歌曲:《听海》; 演唱:张惠妹 写信告诉我今天 海是什么颜色 夜夜陪着你的海 心情又如何 灰色是不想说 蓝色是忧郁 而漂泊的你 狂浪的心 停在哪里 写信告诉我今夜",
"title": "请问。歌词”写信<b>告诉我</b>,<b>今天</b>海是什么颜色”,这是哪首歌曲 ..."
},
{
"link": "https://zhuanlan.zhihu.com/p/385596882",
"snippet": "要在Excel 中输入<b>今天的日期</b>,请使用TODAY 函数。 要输入当前<b>日期</b>和时间,请使用 NOW 功能。 要将当前<b>日期</b>和时间作为静态值输入,请使用键盘快捷键。",
"title": "Excel<b>日期</b>和时间-<b>TODAY</b> 函数获取<b>今天的日期</b> - 知乎"
}
],
"usage": {
"total_cost": 0.001
},
"visitorId": null
}
🟠401没有权限
🟠402API请求次数不足
修改于 2024-09-02 09:32:18