v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Profiles

Get profile details

Retrieves detailed information about a specific video player profile

get/profile/{profile_id}

Path parameters

profile_idstring uuid required

Unique identifier of the profile

Response

Profile details retrieved successfully

messagestring

Example response

{
  "data": {
    "controls": [
      "play-large",
      "play",
      "progress",
      "volume",
      "captions",
      "settings",
      "fullscreen"
    ],
    "colors": {
      "background": "#000000",
      "captionsColor": "#FFFFFF",
      "captionsBackgroundColor": "#000000",
      "controlsColor": "#FFFFFF",
      "primaryColor": "#8000FA"
    },
    "saveProgress": {
      "saveProgress": true,
      "initQuality": 720,
      "saveProgressScreen": true,
      "saveProgressTitle": "Continue learning?",
      "saveProgressBackgroundOpacity": 0.8,
      "saveProgressButton1Title": "Continue",
      "saveProgressButton2Title": "Start over"
    },
    "vsl": {
      "alternativeProgress2xLimit": 50,
      "alternativeProgressHeight": 10,
      "alternativeProgressVelocity": 2,
      "autoplay": true,
      "mutedIndicatorIcon": true,
      "mutedIndicatorFontSize": 22,
      "mutedIndicatorTextTop": "Click here",
      "mutedIndicatorTextBottom": "to activate the sound",
      "mutedIndicatorBackgroundColor": "rgba(128, 0, 250, 1.00)",
      "mutedIndicatorTextColor": "rgba(255, 255, 255, 1.00)",
      "gtagIds": [
        null
      ],
      "pandaBranding": true,
      "mutedIndicatorAnimation": "impact",
      "mutedIndicatorLoopDuration": 15,
      "mutedIndicatorSize": "small",
      "mutedIndicatorBorderSize": 2
    },
    "general": {},
    "updated_at": "2025-08-01T03:31:46.711Z"
  },
  "message": "Success"
}