Base URL
Authentication
All API requests require authentication using an API key passed in theX-Api-Key header.
Workspace scoping
To scope an API request to a specific workspace, include theX-Workspace-Id header:
Available endpoints
The Ingestly API currently exposes one endpoint for external use:
See the webhook trigger endpoint for the full specification.
Request format
The webhook trigger endpoint acceptsmultipart/form-data requests with the document file.
Idempotency-Key (a GUID) to make a retry safe, and read the X-Correlation-ID response header to trace a request. See the trigger endpoint for the full contract.