For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI ReferenceWebhooks Reference
DocumentationAPI ReferenceWebhooks Reference
  • Document Processing
    • POSTDocument Created
    • POSTDocument Processed
    • POSTDocument Approved
    • POSTDocument Discarded
  • File Processing
    • POSTFile Processed
    • POSTFile Rejected
  • Import Processing
    • POSTImport Processed
LogoLogo
File Processing

File Rejected

Payload
1{
2 "id": "675e1a2b8f7d06899790871d",
3 "timestamp": "2024-12-15T14:30:00.000Z",
4 "version": "1.2",
5 "data": {
6 "id": "66f580d3bee75c4a542daabb",
7 "accountId": "670d9bcfb5cea6e5fe12e012",
8 "environmentId": "68bf5564dd7ffc7f33c0fc91",
9 "importId": "66d711d737c788ba24e17734",
10 "status": "rejected",
11 "filename": "corrupted_document.pdf",
12 "error": "ERR_UNSUPPORTED_FILE_FORMAT",
13 "clientData": {}
14 },
15 "type": "file.rejected"
16}
File rejected during processing with detailed error information
Was this page helpful?
Previous

Import Processed

Next
Built with

Payload

The payload of this webhook request is an object.
idstringRequired

Unique identifier for this event (use for idempotent processing)

timestampstringRequiredformat: "date-time"
ISO 8601 timestamp when the event occurred
versionstringRequired
Version of the event schema
dataobjectOptional
typeenumOptional
Allowed values:

Response

200
Webhook received successfully