Skip to main content
GET
/
recordings
/
{recording_id}
/
summary
Get summary
curl --request GET \
  --url https://api.fathom.ai/external/v1/recordings/{recording_id}/summary \
  --header 'X-Api-Key: <api-key>'
{
  "summary": {
    "template_name": "general",
    "markdown_formatted": "## Summary\nWe reviewed Q1 OKRs, identified budget risks, and agreed to revisit projections next month.\n"
  }
}

Authorizations

X-Api-Key
string
header
required

Include your API key in the X-Api-Key header of every request.

Path Parameters

recording_id
integer
required

The ID of the meeting recording to fetch the call summary for.

Example:

123456789

Query Parameters

destination_url
string<uri>

Destination URL for where we'll POST the call summary. If not sent, this endpoint will return the data directly.

Example:

"https://example.com/destination"

Response

Either the destination URL for where we'll POST the call summary, or the summary for the recording.

  • Option 1
  • Option 2
summary
object
required
I