Encoding ProfilesList Encoding Profiles

List Encoding Profiles

List all file transcoding profiles for the service.

curl -X GET "https://api.5centscdn.com/v2/transcoding/profiles" \
  -H "Content-Type: application/json" \
  -H "X-API-Key: YOUR_API_KEY"
{
  "result": "success",
  "profiles": {
    "114298": {
      "id": 114298,
      "serviceid": 103,
      "vmid": 151,
      "type": "file",
      "name": "2160p",
      "filemode": "Single",
      "settings": {
        "name": "2160p",
        "outdir": "mp4/",
        "f": "mp4",
        "cv": "libx264",
        "sv": "2160p",
        "svvalue": "",
        "crfv": "24",
        "bv": "1",
        "bvvalue": 12000,
        "vpass": "1",
        "vprofile": "main",
        "vlevel": "3.1",
        "upscale": "N",
        "ca": "aac",
        "aca": "2",
        "ba": "1",
        "bavalue": "128",
        "ara": "44100",
        "filemode": "Single",
        "threads": 2,
        "bframe": 1,
        "preset": "superfast",
        "format": "mp4",
        "weight": 8294400
      },
      "codec": "h264"
    },
    "114730": {
      "id": 114730,
      "serviceid": 103,
      "vmid": 242,
      "type": "file",
      "name": "2160p",
      "filemode": "Single",
      "settings": {
        "name": "2160p",
        "outdir": "mp4/",
        "f": "mp4",
        "cv": "libx264",
        "sv": "2160p",
        "svvalue": "",
        "crfv": "24",
        "bv": "1",
        "bvvalue": 12000,
        "vpass": "1",
        "vprofile": "main",
        "vlevel": "3.1",
        "upscale": "N",
        "ca": "aac",
        "aca": "2",
        "ba": "1",
        "bavalue": "128",
        "ara": "44100",
        "filemode": "Single",
        "threads": 2,
        "bframe": 1,
        "preset": "superfast",
        "format": "mp4",
        "weight": 8294400
      },
      "codec": "h264"
    },
    "115638": {
      "id": 115638,
      "serviceid": 103,
      "vmid": 347,
      "type": "file",
      "name": "2160p",
      "filemode": "Single",
      "settings": {
        "name": "2160p",
        "outdir": "mp4/",
        "f": "mp4",
        "cv": "libx264",
        "sv": "2160p",
        "svvalue": "",
        "crfv": "24",
        "bv": "1",
        "bvvalue": 12000,
        "vpass": "1",
        "vprofile": "main",
        "vlevel": "3.1",
        "upscale": "N",
        "ca": "aac",
        "aca": "2",
        "ba": "1",
        "bavalue": "128",
        "ara": "44100",
        "filemode": "Single",
        "threads": 2,
        "bframe": 1,
        "preset": "superfast",
        "format": "mp4",
        "weight": 8294400
      },
      "codec": "h264"
    },
    "117131": {
      "id": 117131,
      "serviceid": 103,
      "vmid": 397,
      "type": "file",
      "name": "2160p",
      "filemode": "Single",
      "settings": {
        "name": "2160p",
        "outdir": "mp4/",
        "f": "mp4",
        "cv": "libx264",
        "sv": "2160p",
        "svvalue": "",
        "crfv": "24",
        "bv": "1",
        "bvvalue": 12000,
        "vpass": "1",
        "vprofile": "main",
        "vlevel": "3.1",
        "upscale": "N",
        "ca": "aac",
        "aca": "2",
        "ba": "1",
        "bavalue": "128",
        "ara": "44100",
        "filemode": "Single",
        "threads": 2,
        "bframe": 1,
        "preset": "superfast",
        "format": "mp4",
        "weight": 8294400
      },
      "codec": "h264"
    }
  }
}
GET
/transcoding/profiles
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: X-API-Key)
X-API-Keystring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
X-API-Keystring
Required

API Key for authentication. Provide your API key in the header.

Responses

resultstring

API response status.

profilesobject

Map of transcoding profiles keyed by profile ID string.