v1

latestOpenAPI 3.0.0Apache 2.02026-07-13122958.1 KB
download

Generates a temporary link to download the recording

Retrieves a temporary download link for a specific meeting recording

post/v1/meetings/{meetingId}/download

Path parameters

meetingIdstring required

Meeting ID

Response

OK

download_linkstring

A publicly accessible URL that includes a secure token. Accessing this link will immediately initiate the file download.

expires_ininteger

The number of seconds remaining until the download link expires and becomes invalid.

Example response

{
  "download_link": "https://media.meetgeek.ai/api/download?token=jQzYmM1NTAtM2NmMi00MmNhLW",
  "expires_in": 14400
}
All 12 operations