Generate an API key and make your first call
curl https://api.fathom.ai/external/v1/meetings \ -H "X-Api-Key: YOUR_API_KEY" \ -d include_transcript=false
YOUR_API_KEY
Here's an example response
{ "items": [ { "title": "Quarterly Business Review", "meeting_title": "QBR 2025 Q1", "url": "https://fathom.video/xyz123", "share_url": "https://fathom.video/share/xyz123", "created_at": "2025-03-01T17:01:30Z", "scheduled_start_time": "2025-03-01T16:00:00Z", "scheduled_end_time": "2025-03-01T17:00:00Z", "recording_start_time": "2025-03-01T16:01:12Z", "recording_end_time": "2025-03-01T17:00:55Z", "meeting_type": "internal", "transcript_language": "en", "calendar_invitees": [ { "is_external": false, "name": "Alice Johnson", "email": "alice.johnson@acme.com" } ], "recorded_by": { "name": "Alice Johnson", "email": "alice.johnson@acme.com", "team": "Marketing" }, "transcript": [ { "speaker": { "display_name": "Alice Johnson", "matched_calendar_invitee_email": "alice.johnson@acme.com" }, "text": "Let's revisit the budget allocations.", "timestamp": "00:05:32" } ], "default_summary": { "template_name": "general", "markdown_formatted": "## Summary\nWe reviewed Q1 OKRs, identified budget risks, and agreed to revisit projections next month.\n" }, "action_items": [ { "description": "Email revised proposal to client", "user_generated": false, "completed": false, "recording_timestamp": "00:10:45", "recording_playback_url": "https://fathom.video/xyz123#t=645", "assignee": { "name": "Alice Johnson", "email": "alice.johnson@acme.com", "team": "Marketing" } } ], "crm_matches": { "contacts": [ { "name": "Jane Smith", "email": "jane.smith@client.com", "record_url": "https://app.hubspot.com/contacts/123" } ], "companies": [ { "name": "Acme Corp", "record_url": "https://app.hubspot.com/companies/456" } ], "deals": [ { "name": "Q1 Renewal", "amount": 50000, "record_url": "https://app.hubspot.com/deals/789" } ], "error": "no CRM connected" } } ], "limit": 1, "next_cursor": "eyJwYWdlX251bSI6Mn0=" }