cURL
curl --request POST \ --url https://open.bigmodel.cn/api/llm-application/open/v2/application/{app_id}/conversation \ --header 'Authorization: Bearer <token>'
{ "data": { "conversation_id": "<string>" }, "code": 123, "message": "<string>", "timestamp": 123 }
为指定智能体(应用)创建新会话,返回会话ID。
使用以下格式进行身份验证:Bearer <your api key>
智能体(应用)id
请求成功
The response is of type object.
object
Was this page helpful?