Converse
Converse
Converse with an AI Agent
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The input prompt.
The ID of the agent that should be used for the converse. If both agent_id and conversation_id aren't provided - the new agent is created.
The config that overrides the default config of the agent for that converse.
The ID of the present conversation to use. If it's not provided - a new conversation will be created.
Determines the response type of the converse. Response is the Server-Sent Events if stream is set to true.