Skip to main content
The Granola API provides programmatic access to your workspace’s meeting notes and related data. This RESTful API enables you to integrate Granola with your existing tools, build custom workflows, and extract insights from your meeting documentation.

API key access scopes

API keys can include one or more access scopes. Any workspace member on a Business plan can create API keys. On Enterprise plans, workspace admins choose which access scopes members can use in Settings → Workspace → General → API access for members.
Workspace admins on Business and Enterprise plans can also create workspace API keys. These belong to the workspace rather than an individual user, don’t expire, and can access the workspace’s public notes plus any spaces that have been granted Granola API access. See Workspace API keys for details.

Obtaining a personal API Key

  1. Open the Granola desktop app
  2. Navigate to Settings → Connectors → API keys
  3. Click Create new key
  4. Choose the note access scopes the key should include
  5. Click Generate API Key
On Enterprise plans, API key access scopes must be enabled by a workspace admin in Settings → Workspace → General → API access for members.

Revoking a personal API Key

To revoke an API key:
  1. Go to Settings → Connectors → API keys
  2. Find the key you want to revoke and click Revoke
  3. Confirm in the dialog
Once revoked, the key is permanently disabled and moves to the Revoked section of the table. This cannot be undone.

Updating a personal API Key

To update an API key’s access scopes:
  1. Go to Settings → Connectors → API keys
  2. Find the key you want to update and click Edit
  3. Choose the note access scopes the key should include
  4. Click Save changes

Quick Start

This transcript example is from macOS. On macOS, transcript items can come from the local microphone or from other meeting audio, so you’ll see speaker.source = "microphone" and speaker.source = "speaker".
For iOS transcripts, the shape is slightly different:
On iOS, Granola currently returns speaker.source = "microphone" because the app currently captures a single audio stream. Clients should not assume that will never expand in the future. When diarization is available, diarization_label carries the anonymous Speaker A/B/... bucket.
The API only returns notes that have a generated AI summary and transcript. Notes that are still being processed or were never summarized won’t appear in responses — the List Notes endpoint excludes them, and the Get Note endpoint returns a 404.

Rate Limits

Rate limits are applied per user or workspace, depending on the key’s access scope, to ensure fair usage and platform stability. When rate limits are exceeded, the API returns a 429 Too Many Requests response.