Skip to main content

GET : API to Download a Recording


GET
https://<appname>.metered.live/api/v1/recording/:recordingId/download:

<appname> - replace it the name of your app.

<recordingId:> - replace it with the name of the recordingId which you want to download.

Description

This endpoint allows you to download the recording

Parameters

ParametersDescriptionRequiredOptions
Query
secretKeystringyour secret keyyes-
recordingIdstringrecordingIdyes-

Request Samples

cURL
curl --request GET \
--url 'https://appname.metered.live/api/v1/recording/:recordingId/download?secretKey={replace_this_with_your_secretKey}' \
--header 'Accept: application/json'

Responses

200
{
"url": "https://metered-recording.s3.us-west-2.amazonaws.com/asdasdasd-654fg-44aa-845c-fdsferewvsd.mp4?AWSAccessKeyId=AgyureerdsfsdfsdHVIEXRK4MG&Expires=1643131635&Signature=uNRzGxFXOOXAJDGiBV2k7aa1rHI%3D"
}
400

{
"success": false,
"message": "Invalid request"
}