Submit Call Recording (Audio File URL)
Submit a call recording for scoring and analysis by providing a publicly accessible URL to the audio file.
Audio Requirements
Before submitting recordings, ensure they meet these requirements:- Supported formats: MP3, WAV
- Maximum file size: 100MB
- Audio quality: Minimum 8kHz sample rate recommended
Security Recommendation
For better security, we recommend using a time-limited presigned URL instead of a permanently public file URL whenever possible. Learn more: AWS S3 presigned URL sharingAuthorizations
API key obtained from the EmberQA dashboard under the "Integrations" tab
Body
Publicly accessible URL to the audio file (MP3 or WAV, max 100MB)
"https://example.com/call-audio.mp3"
Name of the agent who handled the call
"John D"
Language code for the call audio. Defaults to English ("en") if not provided.
"en"
Boolean flag indicating whether the call was inbound. Defaults to true when omitted.
true
Optional publicly accessible URL to a plain text transcript file.
Optional inline plain text transcript.
"Speaker 0: Thank you for calling EmberQA.\nSpeaker 1: Hi, I need help with my order."
Optional key-value metadata to store with the call
Optional array of publicly accessible URLs to supporting documents.
[
"https://example.com/crm-information.pdf",
"https://example.com/customer-notes.txt"
]Response
File Accepted
"File Accepted"

