Documents
Submit Document
Submit a document for scoring and analysis by providing a publicly accessible URL to the PDF file.
POST
Document Requirements
Before submitting documents, ensure they meet these requirements:- Supported formats: PDF
- Maximum file size: 100MB
Authorizations
API key obtained from the EmberQA dashboard under the "Integrations" tab
Body
application/json
Publicly accessible URL(s) to the PDF file(s) (max 100MB each). Can be a single URL string or an array of URL strings.
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:
{
"example_property": "example_value",
"example_property2": "example_value2"
}Response
File Accepted
Example:
"File Accepted"

