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
API Response Body