API Docs

Exolus Basic API

Programmatic access to recordings, cloud storage, transcripts, and sharing controls. Available on the Business plan.

Endpoints
Recordings Upload Sharing Transcripts Webhooks

Authentication

All API requests require a Bearer token. Generate your API key from Account → Settings → API.

Authorization: Bearer vnt_live_xxxxxxxxxxxx
Recordings
GET /v1/recordings

List all recordings for the authenticated user.

// Response
{ "recordings": [ { "id": "rec_abc123", "title": "Demo", "duration": 272, "created_at": "2026-03-18T10:00:00Z" } ] }
GET /v1/recordings/:id

Get a single recording by ID with full metadata.

DELETE /v1/recordings/:id

Permanently delete a recording and all associated data.

API available on Business plan

Full programmatic access to all Exolus Basic features is included with Business and Enterprise plans.

Upgrade to Business