Skip to main content
Authentication is optional when the API is not configured with an API key. When a key is configured, send it using one of these methods:
  • X-Web-Extract-Api-Key: YOUR_API_KEY
  • X-Api-Key: YOUR_API_KEY
  • Authorization: Bearer YOUR_API_KEY
Configure the API service with either environment variable:
Example:
The /health endpoint is public and returns { "ok": true }.