创建会话
POST
/organizations/{organization_uuid}/chat_conversations创建新的对话
请求参数
Path 参数
organization_uuid
string
必需
示例值:
dca2a902-a463-41f0-88cb-b047deb40178
Header 参数
Content-Type
string
必需
示例值:
application/json
Accept
string
必需
示例值:
*/*
Cookie 参数
sessionKey
string
必需
你的 sessionKey,请从 claude.ai 获取
Body 参数application/json
uuid
string
可选
name
string
必需
示例
{
"name": "example"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
uuid
string
conversation_uuid
name
string
必需
summary
string
必需
created_at
string
必需
updated_at
string
必需
示例
{
"uuid": "9c4326a2-551d-45ac-899c-2fef84e6c417",
"name": "example",
"summary": "",
"created_at": "2023-07-13T00:00:35.030815+00:00",
"updated_at": "2023-07-13T00:00:35.030815+00:00"
}
最后修改时间: 1 年前