Audio Requirements
Before submitting recordings, ensure they meet these requirements:- Supported formats: MP3, WAV
- Maximum file size: 20MB
- Audio quality: Minimum 8kHz sample rate recommended
Authorizations
API key obtained from the EmberQA dashboard under the "Integrations" tab
Body
application/json
Publicly accessible URL to the audio file (MP3 or WAV, max 20MB)
Example:
"https://example.com/call-audio.mp3"
Name of the agent who handled the call
Example:
"John D"
Key-value pairs for additional call metadata
Example:
{
"customer_id": "12345",
"call_type": "support",
"department": "technical"
}Language code for the call audio. Defaults to English ("en") if not provided. Use ISO 639-1 language codes, except for Mandarin which uses ISO 639-3 code "cmn". See supported languages list in documentation.
Example:
"en"
Array of publicly accessible URLs to supporting documents. Supported file types: PDF (.pdf), Text (.txt), Images (.jpg)
Example:
[
"https://example.com/crm-information.pdf",
"https://example.com/customer-notes.txt",
"https://example.com/screenshot.jpg"
]Response
File Accepted
Example:
"File Accepted"

