Skip to main content
Butter AI home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Calls
Get Call Recording
Guides
API Reference
Introduction
Introduction
Authentication
Agents
GET
List Agents
POST
Create Agent
GET
Get Agent
PUT
Update Agent
DEL
Delete Agent
POST
Assign Phone Number
POST
Unassign Phone Number
Phone Numbers
GET
List Phone Numbers
POST
Import Phone Number
GET
Get Phone Number
DEL
Delete Phone Number
Calls
POST
Make Outbound Call
GET
List Calls
GET
Get Call
GET
Get Call Recording
Knowledge Base
GET
List Documents
POST
Upload Document
GET
Get Document
DEL
Delete Document
POST
Attach to Agent
POST
Detach from Agent
Tools
GET
List Tools
POST
Create Tool
GET
Get Tool
PUT
Update Tool
DEL
Delete Tool
Get Call Recording
cURL
Copy
curl
--request
GET
\
--url
https://api.example.com/api/calls/{call_sid}/recording/download
Calls
Get Call Recording
Copy page
Copy page
GET
/
api
/
calls
/
{call_sid}
/
recording
/
download
Try it
Get Call Recording
cURL
Copy
curl
--request
GET
\
--url
https://api.example.com/api/calls/{call_sid}/recording/download
Download the recording for a completed call.
call_sid
string
required
The unique identifier of the call.
Response
Returns the audio file (WAV format) as a downloadable stream.
This endpoint returns a binary audio stream.
Get Call
List Documents
⌘I