Developer Platform

Build on ALTAR meetings.

Connect AI agents to your ALTAR account with personal API keys. Access meeting notes, full transcripts, meeting metadata, and semantic search through a stable public API.

Authentication

Personal API keys

Users create named API keys inside the ALTAR app. Each key maps to one user and can be revoked without affecting the others.

Read the auth guide
5 Endpoints

Notes, transcripts, meetings & search

List notes, get full details with meeting metadata, fetch raw transcripts, search semantically, and list meeting sessions.

Read the API reference
Integration

Quickstart in minutes

Copy a generated key, call the API, and verify you can retrieve the user’s recent notes.

Open quickstart
Example Request

Use a personal API key

curl https://api.altar.inc/public/v1/notes \
  -H "Authorization: Bearer altar_api_your_personal_key"

The response returns recent meeting notes tied to the user who owns the API key.