API Reference

Video Qualities

This endpoint allows you to enable or disable the conversion (encoding) and (playback) qualities that will be applied to new videos uploaded to your account.

When uploading a video to Panda Video, you can define which resolutions should be converted and which will be available for the viewer to select during playback.

The settings defined through this endpoint only affect new videos uploaded after the modification — existing videos will retain their previously configured qualities, with no retroactive changes.

To perform the request, simply include the library_id parameter in the URL.
This value can be obtained through the following endpoint: https://pandavideo.readme.io/reference/get-user-library


ParameterTypeDescription
encodingarrayDefines the list of video resolutions that should be converted during the encoding process after upload. Each value in the array represents a quality level (e.g., "240p", "360p", "720p").
playbackarrayDefines the list of video resolutions that will be available for viewers during playback. Each value in the array represents a quality level (e.g., "360p", "720p").
Language
Credentials
Header
Click Try It! to start a request and see the response here!