Skip to main content

Base URL

https://api.everbility.com/v1/public

Authentication

All endpoints use bearer authentication with an Everbility API key:
Authorization: Bearer <api_key>
Ask an organisation admin to enable API keys for your organisation. They can email support@everbility.com to enable API keys and/or create a test account.

Response patterns

  • Synchronous endpoints return JSON.
  • PDF uploads, large-audio uploads, and report generation return a job_id and complete asynchronously.
  • Poll GET /jobs/{job_id} until the job reaches completed or failed.

Machine-readable schema

You can also fetch the raw OpenAPI schema from:
https://api.everbility.com/v1/public/openapi.json
Use the navigation on this tab to explore each endpoint in detail.