cURL
curl --request GET \ --url https://backend.clipvision.ai/api/resolutions/ \ --header 'Authorization: Basic <encoded-value>'
[ { "resolution": "2160p", "resolutionName": "4K", "width": 3840, "height": 2160, "fullPortraitResolution": [ 3840, 2160 ], "level": 5.2, "frameRate": 60 } ]
This API endpoint allows retrieval of supported resolutions.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successfully retrieved supported resolutions