v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Get Profile

This endpoint retrieves the details of a video profile that has previously been created.

get/video/profiles/{profile_id}

Path parameters

profile_idstring required

Profile id of the profile which needs to be retrieved.

Response

200

profile_idstring
namestring
created_atinteger
updated_atinteger

Example response

{
  "profile_id": "61921fb10822a81d955d1730",
  "name": "Gumlet-Profile-2",
  "transformations": {
    "format": "hls",
    "audio_codec": [
      "aac"
    ],
    "video_codec": [
      "libx264"
    ],
    "thumbnail": [
      "auto"
    ],
    "thumbnail_format": "png",
    "per_title_encoding": true,
    "resolution": "240p,360p"
  },
  "created_at": 1636966321742,
  "updated_at": 1636975593082
}