POST /attempt/chat_audio
Chat Audio
Attach an audios_id to an attempt chat message.
Request Body (ChatAudioRequest)
| Field | Type | Required | Description |
|---|---|---|---|
chat_id | string | Yes | — |
message_id | string | No | — |
audios_id | string | No | — |
idempotency_key | string | No | — |
soft | boolean | No | — |
accept | boolean | No | — |
Response (ChatAudioResponse)
| Field | Type | Required | Description |
|---|---|---|---|
success | boolean | Yes | — |
attempt_audio_id | string | Yes | — |
idempotency_key | string | No | — |
Last updated on