Talkturo records every call where recording is enabled on the assistant. Each recording is a stereo MP3 file stored in AWS S3 — the human caller’s audio on one channel and the AI assistant’s voice on the other. You can listen to recordings directly in the browser using the built-in waveform player, or download the file to your local machine for offline review or compliance archiving.Documentation Index
Fetch the complete documentation index at: https://docs.talkturo.ai/llms.txt
Use this file to discover all available pages before exploring further.
How recordings work
When a call starts on an assistant that hasrecording_enabled set to true, Talkturo records the audio as a stereo file. The two audio channels are kept separate:
- White waveform — The human caller’s voice.
- Purple waveform — The AI assistant’s voice.
Finding a recording
Open the call
Click on any row to open the Call Detail panel. If a recording exists for that call, the Recording player appears at the top of the panel, above the tab bar.
If the recording player does not appear for a call, either recording was disabled on the assistant at the time of the call, or the call ended before audio could be captured (for example, a no-answer).
Downloading a recording
In the recording player, click the Download icon (arrow pointing down) in the bottom-right corner of the player. Your browser downloads the file as an MP3 named after the call’s ID — for example,a1b2c3d4-...mp3.
The downloaded file is the full stereo recording, identical to what is stored in S3.
Enabling and disabling recording per assistant
Recording is controlled at the assistant level using therecording_enabled field. You can toggle this in the Assistants settings UI, or via the API:
Enable recording
Storage and retention
Talkturo stores all recordings in secure cloud storage and manages access credentials on your behalf — you do not need your own cloud storage account to use call recording. Storage limits and retention periods depend on your plan:| Plan | Recording storage |
|---|---|
| Free | Limited retention — older recordings may be purged. |
| Pro | Extended retention included. |
| Business | Extended retention included. |
| Enterprise | Custom retention and bring-your-own-bucket available — contact your account manager. |
Related pages
- View and filter your call history — Find specific calls before opening recordings.
- Read call transcripts and AI summaries — Read what was said alongside the audio.