生成 AI 回复
POST
/append_message请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Accept
string
可选
示例值:
text/event-stream
Cookie 参数
sessionKey
string
可选
你的 sessionKey,请从 claude.ai 获取
Body 参数application/json
completion
object
必需
prompt
string
必需
timezone
string
必需
model
string
必需
organization_uuid
string
必需
conversation_uuid
string
必需
text
string
必需
attachments
array [object {5}]
必需
file_name
string
可选
file_size
integer
可选
file_type
string
可选
extracted_content
string
可选
totalPages
integer
可选
示例
{
"completion": {
"prompt": "你好呀",
"timezone": "Asia/Shanghai",
"model": "claude-2"
},
"organization_uuid": "dca2a902-a463-41f0-88cb-b047deb40178",
"conversation_uuid": "5446798e-0e11-4e8f-994c-3d8386f01bd6",
"text": "你好呀",
"attachments": []
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
你好!很高兴认识你。我叫Claude。
最后修改时间: 2 年前