Send a message
Mensagens
Send a message
Send a single message to the agent and receive the full exchange (user echo + assistant reply). For streamed responses, use POST /conversations/{conversation_id}/messages/stream.
POST
Send a message
Autorizações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Cabeçalhos
Parâmetros de caminho
Corpo
application/json
Either a plain string (treated as a single text block) or a list of typed content blocks (text/image/file).
Opções disponíveis:
user, assistant Free-form integrator storage attached to this message. Not seen by the agent.
Resposta
Successful Response