AurionAI Docs

Mcp Add Message

Add a message to a conversation.

POST
/api/internal/mcp/conversations/{conversation_id}/messages

Add a message to a conversation.

Path Parameters

conversation_id*Conversation Id
Formatuuid

Header Parameters

X-Internal-Secret?string|null

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/internal/mcp/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08/messages" \  -H "Content-Type: application/json" \  -d '{    "body": "string"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}