Skip to main content

Everbility Public API

Build pull integrations for Everbility clients, documents, notes, audio transcription, and report generation. The Public API is designed for customer systems such as internal PMS platforms that need to pull data from Everbility and push context back in.
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.

What you can build

  • Search clients within the scope of the API key.
  • Pull rendered reports in Markdown or HTML.
  • Upload Markdown notes, PDFs, and large audio files.
  • Poll asynchronous upload and transcription jobs.
  • Generate reports from Everbility templates and note IDs.

Base URL

Start here

Quickstart

Make your first authenticated request and fetch a report.

Authentication

Use Everbility API keys directly as bearer tokens.

Uploads and transcription

Push notes, PDFs, and large audio files into Everbility.

Report generation

Generate reports from template IDs and note IDs.

Building a platform integration?

If you are a practice management system or another platform integrating on behalf of your customers, use the Partner API instead of API keys. Practices connect your app with OAuth 2.0, your platform launches report-writing sessions for clinicians, and you pull the completed documents back.

Partner integration

Connect practices with OAuth 2.0 + PKCE, launch report-writing sessions, and retrieve completed documents.

How access works

Everbility supports two API key types: Use an organisation key when your integration needs to work across shared organisation data.

Need help?