Agent API
Send message to human and wait for response
Sends a message to the human user and waits for their response. Authorization required.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Message details to send to the human.
Unique identifier for the session.
Message content to send to the human.
Response
200
application/json
Message sent successfully or response received.
Indicates if the client should retry the request to get the human's response.
Unique identifier for the message.
Session identifier.
Message content (agent's message when shouldRetry is true, human's response when shouldRetry is false).
Timestamp of message creation.
Indicates if the message is from the agent (true) or human (false).