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.
id
Unique identifier for this event (use for idempotent processing)
timestamp
Event timestamp
version
Version of the event schema
data
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
type
Allowed values:
url
URL field (typically empty string for security)
Response
200
any
Return a 200 status to indicate that the data was received successfully.