---
title: "Generates a temporary link to download the recording"
method: POST
path: "/v1/meetings/{meetingId}/download"
tags: ["download"]
---

# Generates a temporary link to download the recording

`POST /v1/meetings/{meetingId}/download`

Retrieves a temporary download link for a specific meeting recording

## Path parameters

- `meetingId` string, required

## Response `200`

OK

- GithubComMeetgeekaiApiInternalModelsDownloadResponse
  - `download_link` string — A publicly accessible URL that includes a secure token. Accessing this link will immediately initiate the file download.
  - `expires_in` integer — The number of seconds remaining until the download link expires and becomes invalid.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `410` — Gone
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/meetgeek/apis/meetgeek-api.md) · [All operations](https://skmtc.net/meetgeek/apis/meetgeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meetgeek/meetgeek-api/revisions/ce4878e0e19c/schema)
