1. Create an API key
API keys are workspace-scoped. From the Ontora dashboard:- Open Settings → API keys.
- Click Create API key.
- Pick the scopes you need. For this quickstart, select
interviewsandexports. - Copy the key (it starts with
ont_). You will not be able to see it again.
2. Authenticate
Every request takes anX-API-Key header.
3. Launch a campaign
Create a campaign, add contacts, then start it.4. Pull the synthesis report
Once the campaign has completed conversations, fetch the rendered report as Markdown:5. Ask a question across the campaign
Use the GraphRAG query endpoint to run grounded questions over every transcript:What’s next
Subscribe to webhooks
Get notified when a campaign finishes synthesizing instead of polling.
Connect Claude or Cursor
Use the MCP server to interact with campaigns from your AI assistant.