Skip to main content

Download Recording (Token)

Endpoint: /recording/getDownloadToken

FieldTypePositionRequiredDescription
record_idstringrootYesThe ID of the recording you want to download.

Example Request:

{
"record_id": "RM_RKD4jeiFMZDS-1645753430902"
}

Response

FieldTypePositionDescription
statusbooleanrootIndicates if the request was successful.
msgstringrootResponse message.
tokenstringrootDownload token.

Once you receive the token, you can construct the download URL using the following format:

https://Your-Plug-N-Meet-Server.com/download/recording/<TOKEN HERE>