Base URL
Authentication
Public API endpoints (/v1/public/...) use bearer authentication with an Everbility API key:
/v1/partner/...) use OAuth 2.0 access tokens issued by POST /v1/partner/oauth/token instead of API keys. See Partner integration for the connect flow.
Response patterns
- Synchronous endpoints return JSON.
- PDF uploads, large-audio uploads, and report generation return a
job_idand complete asynchronously. - Poll
GET /jobs/{job_id}until the job reachescompletedorfailed.
Machine-readable schema
You can also fetch the raw OpenAPI schema from:/v1/public/openapi.json endpoint requires authentication.
Use the navigation on this tab to explore each endpoint in detail.