Agent BrainsAgent Brains
APIConversations

Send agent message

Creates and saves an outbound agent message for a selected conversation.

POST
/conversations/{conversationId}/message
x-api-key<token>

Preferred authentication header.

In: header

Path Parameters

conversationId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

body*string

Response Body

curl -X POST "https://api.agent-brains.com/conversations/string/message" \  -H "Content-Type: application/json" \  -d '{    "body": "string"  }'
Empty
Empty
Empty