Document Processed

Document processing complete with extracted data. **Payload Format:** - Data fields contain direct values (e.g., `{"total": 100}`) - Validation errors include `validation`, `info`, and `paths` fields - Document `type` field may contain built-in type name, custom type alias, or ObjectId for custom types - Timestamp uses Unix milliseconds format - The `url` field is typically an empty string (maintained for compatibility)

Payload

The payload of this webhook request is an object.
idstringRequired

Unique identifier for this event (use for idempotent processing)

timestampdouble or stringRequired
Event timestamp
versionstringRequired
Version of the event schema
dataobjectOptional
Document structure returned in webhooks and GET /documents/:id endpoint. **Data Format:** - Data fields contain direct values: `{"total": 100}` - Validation errors include `validation`, `info`, and `paths` fields - Document type can be a built-in type name, custom type alias, or ObjectId for custom types
typeenumOptional
Allowed values:
urlstringOptional

URL field (typically empty string for security)

Response

200
any
Return a 200 status to indicate that the data was received successfully.