Skip to main content

Get Meeting Transcription

info

This endpoint provides access to meeting transcriptions by returning a secure, time-limited download URL for the transcription file.

API Endpoint

[GET] /v1/integrations/meetings/:id/transcription
Authentication Required

This endpoint requires valid authentication and appropriate permissions to access meeting transcriptions.

Request

Request Parameters

FieldTypeRequiredDescription
idstringYesThe unique identifier of the meeting whose transcription you want to retrieve

Query Parameters

FieldTypeRequiredDescription
isFormattedbooleanNoWhen set to true, returns the transcript data in a formatted structure. Default is false

Response

Success Response (200)

A successful response returns a JSON object containing the transcription download URL:

{
"url": {
"tr": "https://storage.googleapis.com/mesai-4c1f1.appspot.com/transcriptions/{meetingId}/tr/transcription.json"
}
}

Response Fields

FieldTypeDescriptionExpiration
url.trstringSecure download URL for the meeting transcription30 Minutes