Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Add api-key YOUR_API_SECRET_KEY as the value of the Authorization header.

Body

application/json
agent_id
string<uuid4>

Unique identifier of the Agent receiving the Message

end_user_id
string<uuid4>

Unique identifier of the EndUser sending the Message

content
string

Text content of the Message

Response

Thread response

thread
object
messages
object[]

Array of Messages in response to prompted Message

in_response_to
object