Send a message (streaming)
Mensagens
Send a message (streaming)
Same input as POST /conversations/{id}/messages but the response is an SSE (text/event-stream) byte stream of agent runtime events. Clients MUST ignore unknown event types - new event names may be added over time.
POST
Send a message (streaming)
Autorizações
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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
SSE stream of agent events.