cURL
curl --request GET \ --url https://collectwiseapi.com/call/{callId}/recording \ --header 'collectwise_key: <api-key>'
{ "recording_url": "<string>", "transcript": "<string>", "analysis": { "in_voicemail": true, "call_summary": "<string>", "user_sentiment": "<string>", "custom_analysis_data": {}, "call_successful": true } }
Retrieve call recording with optional transcript and analysis data
The unique identifier for the call
Recording format
standard
multichannel
scrubbed
scrubbed_multichannel
Include call transcript
Include call analysis
Call recording retrieved successfully
URL to the audio recording file
Full conversation transcript (if requested)
Call analysis data (if requested)
Show child attributes
Whether the call went to voicemail
AI-generated summary of the call
Detected user sentiment (Positive/Negative/Neutral)
Additional analysis data
Whether the call was successful