Initialize

Initialize a new session

Initialize a session

post
Authorizations
Body
businessIdstringOptional
clientKeystringOptional
Responses
200
A successful response.
application/json
post
POST /external/v1/ai/agent_graph/init HTTP/1.1
Host: api.connectly.ai
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 40

{
  "businessId": "text",
  "clientKey": "text"
}
{
  "response": {
    "sessionId": "text"
  }
}

Last updated