Skip to main content
POST
/
api
/
v1
/
platforms
/
{platform}
/
ai
/
rooms
/
{roomId}
/
messages
Error
A valid request URL is required to generate request examples
{
  "data": {
    "id": "airm_123",
    "roomId": "room_lead_research",
    "role": "assistant",
    "content": "Jane looks like a founder-led buyer with strong hiring intent.",
    "createdAt": "2026-03-21T09:02:00.000Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.optareach.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

platform
string
required
roomId
string
required

Body

application/json

AI message payload

role
string
required
content
string
required

Response

200 - application/json

Message appended

data
object
required