1. Create a personal API key
In the ALTAR app, go to Settings, open API keys, create a named key, and copy it.
2. Call the notes endpoint
curl https://api.altar.inc/public/v1/notes \
-H "Authorization: Bearer altar_api_your_personal_key"
3. Fetch a transcript
Pick a meeting_session_id from the notes response and fetch the full transcript:
curl https://api.altar.inc/public/v1/notes/{note_id}/transcript \
-H "Authorization: Bearer altar_api_your_personal_key"
4. Hand the data to an agent
Use the returned notes, transcripts, and meeting metadata as structured input for follow-up planning, task creation, or recap workflows inside your agent.