Get download url of video

HI. I was looking through the docs to see if there is any API available to get the download url of a video but could not find anything.
How can we get the download url of a video file from the backend?
Thanks.

Hello,

See PeerTube REST API documentation

You have downloadUrl inside files or streamingPlaylists[].files

1 « J'aime »

thanks very much! :slight_smile: