POST /attempt/chat_speak
Chat Speak
Push audio bytes into a conversation’s inbound buffer (or stage them).
Request Body (ChatSpeakRequest)
| Field | Type | Required | Description |
|---|---|---|---|
conversation_id | string | No | — |
chat_id | string | No | — |
audio | string | No | — |
idempotency_key | string | No | — |
soft | boolean | No | — |
accept | boolean | No | — |
Response (ChatSpeakResponse)
| Field | Type | Required | Description |
|---|---|---|---|
accepted | boolean | Yes | — |
idempotency_key | string | No | — |
Last updated on