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 guideConnect 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.
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 guideList notes, get full details with meeting metadata, fetch raw transcripts, search semantically, and list meeting sessions.
Read the API referenceCopy a generated key, call the API, and verify you can retrieve the user’s recent notes.
Open quickstartcurl 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.