Documentation Index
Fetch the complete documentation index at: https://docs.veridox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Certain capabilities of the Veridox API are available as optional feature modules. These features are not enabled by default and must be activated for your organisation before the corresponding endpoints can be used.
How Feature Modules Work
When you call an endpoint that requires a feature module that has not been enabled for your organisation, the API returns a 403 Forbidden response with the following error:
{
"error_code": "request.organisations.module.not-enabled",
"error_message": "This feature is not enabled for your organisation."
}
This is distinct from a permissions error — your API key is valid, but the feature itself has not been activated.
Getting a Feature Enabled
Contact your organisation admin and ask them to enable the relevant feature module. If your organisation admin needs assistance, they can reach out to support@veridox.ai.
Feature-Gated Endpoints
The following API sections require their respective feature module to be enabled:
| Feature Module | Affected Endpoints |
|---|
| Document Requests | Create, List, Get, Resend, Void |
| Analysis Highlights | highlights field in Get File Analysis response and webhook payloads |