POST
/
llm-application
/
open
/
v2
/
application
/
{app_id}
/
conversation
创建新会话
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
}

Authorizations

Authorization
string
header
required

使用以下格式进行身份验证:Bearer <your api key>

Path Parameters

app_id
string
required

智能体(应用)id

Response

200
application/json

请求成功

The response is of type object.