← Back to home

Activate your Audiogami API Key

3 lines of code. Your voice data in Notion or Airtable in under 5 minutes.

import { Audiogami } from '@audiogami/sdk';

const ag = new Audiogami({ apiKey: 'YOUR_API_KEY' });
await ag.capture({ schema: yourNotionSchema });
See full documentation →