POST /attempt/chat_message
Chat Message
Create a message in an attempt chat.
Request Body (ChatMessageRequest)
| Field | Type | Required | Description |
|---|---|---|---|
chat_id | string | Yes | — |
text | string | Yes | — |
persona_id | string | No | — |
parent_message_id | string | No | — |
auto_link_parent | boolean | No | — |
audios_id | string | No | — |
idempotency_key | string | No | Idempotency key — replays the prior call instead of re-running |
Response (ChatMessageResponse)
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | Yes | — |
message_id | string | Yes | — |
content_ids | string[] | Yes | — |
Last updated on