Get summary
Recordings
Get summary
This endpoint has two behaviors depending on your request payload:
- If you send
destination_url, the endpoint will behave in an asynchronous manner. - If you do not send
destination_url, the endpoint will return the data directly.
GET
Get summary
Documentation Index
Fetch the complete documentation index at: https://developers.fathom.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Include your API key in the X-Api-Key header of every request.
Path Parameters
The ID of the meeting recording to fetch the call summary for.
Example:
123456789
Query Parameters
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

