GET
/
recordings
/
{recording_id}
/
transcript
Get transcript
curl --request GET \
  --url https://api.fathom.ai/external/v1/recordings/{recording_id}/transcript \
  --header 'X-Api-Key: <api-key>'
{
  "destination_url": "https://example.com/destination"
}

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 transcript for.

Example:

123456789

Query Parameters

destination_url
string<uri>
required

Destination URL for where we'll POST the transcript.

Example:

"https://example.com/destination"

Response

200
application/json

Destination URL for where we'll POST the transcript.

The response is of type object.