Skip to main content
GET
/
api
/
resolutions
/
Get Supported Resolutions API Endpoint
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
  }
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Successfully retrieved supported resolutions

resolution
string
resolutionName
string
width
integer
height
integer
fullPortraitResolution
integer[]
level
number
frameRate
integer