---
title: "Download recorded video MP4"
method: POST
path: "/public/downloaded-recorded-video-mp4"
tags: ["Video"]
---

# Download recorded video MP4

`POST /public/downloaded-recorded-video-mp4`

Call this endpoint to download a video from Fermion to your external system. The file will be downloaded as MP4.

Authentication with the "FERMION-API-KEY" header is required to use this endpoint.

Rate limit: Maximum 500 requests in a window of 1h.

## Request body

- object
  - `data` object[], required
    - `data` object, required
      - `videoId` string, required — ID of the video to download. The ID must belong to your school

## Response `200`

API Response Body

- object[]
  - `output` union, required
    - object
      - `status` 'ok', required
      - `data` object, required
        - `downloadUrl` string, uri, required — Link of the video to download. This link will expire in 1 day
    - object
      - `status` 'error', required
      - `errorMessage` string, required

---

[API](https://skmtc.net/fermion/apis/fermion-backend-api.md) · [All operations](https://skmtc.net/fermion/apis/fermion-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fermion/fermion-backend-api/versions/7ce364c8820b/schema)
