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 external agents to your ALTAR account with personal API keys and read meeting notes 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 guideStart with the notes endpoint to list recent meeting summaries and hand them to an external agent.
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.