Get url to download processed mp4 for a live event session
Authentication with the “FERMION-API-KEY” header is required to use this endpoint.
Rate limit: Maximum 60 requests in a window of 1m.
cURL
curl --request POST \ --url https://backend.codedamn.com/api/public/get-live-event-session-processed-mp4 \ --header 'Content-Type: application/json' \ --header 'FERMION-API-KEY: <api-key>' \ --data ' { "data": [ { "data": { "liveEventSessionId": "<string>" } } ] } '
[ { "output": { "status": "ok", "data": { "downloadUrl": "<string>" } } } ]
API Request Body
Show child attributes
ID of liveEventSession - You will find this in your dashboard
API Response Body
ok
Download URL for processed mp4 in highest available quality. The link will be valid only for a week.