Developer Platform

Build on ALTAR meeting notes.

Connect external agents to your ALTAR account with personal API keys and read meeting notes 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
First Endpoint

Get meeting notes

Start with the notes endpoint to list recent meeting summaries and hand them to an external agent.

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.