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.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/downloaded-recorded-video-mp4 \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "videoId": "<string>" } } ] } '
[ { "output": { "status": "ok", "data": { "downloadUrl": "<string>" } } } ]
API Request Body
Show child attributes
ID of the video to download. The ID must belong to your school
API Response Body
ok
Link of the video to download. This link will expire in 1 day