Base URL
Authentication
All endpoints use bearer authentication with an Everbility API key: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.