GET
/
streaming
/
quality_sets
curl --request GET \
  --url https://api.gcore.com/streaming/quality_sets \
  --header 'APIKey: <api-key>'
{
  "live": [
    {
      "id": 77,
      "name": "Live 4K UHD 60fps AV1 (custom)",
      "default": true,
      "qualities": [
        {
          "id": 1,
          "name": "vod2160n"
        },
        {
          "id": 2,
          "name": "vod1440n"
        }
      ]
    }
  ],
  "vod": []
}

Authorizations

APIKey
string
header
required

API key for authentication.

Response

200
application/json

Successful

The response is of type object.