Start a new discussion or return existing one

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

agentId

string

required

The ID of the chat application

contextId

string

Optional context identifier for the discussion

``200 Existing or newly created discussion

``400

Bad request - invalid agentId or request body

``401

Unauthorized - invalid or missing authentication

``404

Chat app not found

``500

Internal server error

Updated 3 months ago


ShellNodeRubyPHPPython

xxxxxxxxxx

curl --request POST \
\n     --url https://example.com/chats \
\n     --header 'accept: application/json' \
\n     --header 'content-type: application/json'

Click Try It! to start a request and see the response here! Or choose an example:

application/json

``200

Updated3 months ago