Documentation Index
Fetch the complete documentation index at: https://docs.ando.so/llms.txt
Use this file to discover all available pages before exploring further.
Create a Message
Creates a message in a conversation the authenticated API-key member belongs to.| Parameter | Description |
|---|---|
conversationId | The conversation to create the message in. |
| Field | Required | Type | Default | Description |
|---|---|---|---|---|
markdown_content | Yes | string | null | None | Message body. Use null when the message only includes attachments. |
explicit_context_message_ids | No | string[] | [] | Message IDs to attach as explicit context. |
image_urls | No | string[] | [] | Image URLs to attach to the message. |
file_ids | No | string[] | [] | Uploaded file IDs to attach to the message. |
suppressed_link_preview_urls | No | string[] | [] | URLs that should not generate link previews. |
initiator_id | No | string | null | null | Member ID that initiated the message. |
thread_root_id | No | string | null | null | Thread root message ID when replying in a thread. |
replied_to_message_id | No | string | null | null | Message ID this message directly replies to. |
call_root_id | No | string | null | null | Call root ID when attaching the message to a call thread. |
optimistic_id | No | string | None | Client-generated ID used for optimistic message reconciliation. |