Document Requirements
Before submitting documents, ensure they meet these requirements:- Supported formats: PDF
- Maximum file size: 20MB
Authorizations
API key obtained from the EmberQA dashboard under the "Integrations" tab
Body
application/json
Publicly accessible URL to the PDF file (max 20MB)
Example:
"https://example.com/document.pdf"
Name of the agent who handled the interaction
Example:
"John D"
Key-value pairs for additional document metadata
Example:
{
"customer_id": "12345",
"interaction_type": "support",
"department": "technical"
}Response
File Accepted
Example:
"File Accepted"

