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
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The unique identifier of the meeting whose transcription you want to retrieve |
Query Parameters
| Field | Type | Required | Description |
|---|---|---|---|
isFormatted | boolean | No | When 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
| Field | Type | Description | Expiration |
|---|---|---|---|
url.tr | string | Secure download URL for the meeting transcription | 30 Minutes |