Download of a specific quality

The "Download of a specific quality" endpoint allows you to initiate the download of a specific video quality. By making a POST request to the specified URL (https://download-us01.pandavideo.com:7443/videos/{video_id}/{quality}/download) and providing the video ID and desired quality in the path parameters, you can initiate the download process for the specific quality of the video.

To access the endpoint, you need to provide the necessary authentication in the headers using the "Authorization" field with the value "API_KEY".

The "quality" parameter allows you to specify the desired quality for the download. You can use the "auto" option to automatically select the highest quality available, or you can provide the exact quality in the format of width x height (352x240, 640x360, 842x480, etc.).

📘

Responses

  • 200: Success. The download process was initiated successfully.
  • 400: Bad request. Check the provided parameters or syntax.

By utilizing the "Download of a specific quality" endpoint, you can programmatically initiate the download of a specific quality of a video from the PandaVideo system.

Recipes

The Recipes section provides a collection of code examples and sample implementations to help you understand and use the API effectively. Each recipe includes commented code that explains the purpose and functionality of each line. You can refer to these recipes as a guide to implement specific features or interact with the API endpoints.

Language
Click Try It! to start a request and see the response here!