v13

latestOpenAPI 3.0.3raw.githubusercontent.com2023-04-2781846.8 KB
Profiles

Get All Ingest Profiles

Get an array of all the profiles valid for the account

get/accounts/{{account_id}}/profiles

Path parameters

account_idstring required

Video Cloud account ID.

Headers

Content-Typestring required
Example:application/json

Content-Type: application/json

Authorizationstring required

Authorization: Bearer access_token (see Getting Access Tokens)

Response

SUCCESS

idstring

System id for the profile

versionnumber

system-managed version number

namestring required

profile name (must be unique within the account)

account_idstring required

Video Cloud account ID.

descriptionstring

description of the profile

Example response

[
  {
    "version": 2,
    "name": "multi-platform-standard-static",
    "display_name": "Multiplatform Standard",
    "description": "Deliver a wide range of content types across a variety of platforms on mobile and desktop.",
    "account_id": -1,
    "brightcove_standard": true,
    "date_created": 1495114240899,
    "date_last_modified": 1503002227773,
    "digital_master": {
      "rendition": "passthrough",
      "distribute": false
    },
    "renditions": [],
    "packages": [],
    "dynamic_origin": {
      "renditions": [
        "default/audio64",
        "default/audio128",
        "default/video700",
        "default/video2000",
        "default/video1700",
        "default/video1200",
        "default/audio96",
        "default/video450",
        "default/video900"
      ],
      "images": [
        {
          "label": "poster",
          "height": 720,
          "width": 1280
        },
        {
          "label": "thumbnail",
          "height": 90,
          "width": 160
        }
      ]
    },
    "id": "6198c17bbbdc42a4bb60a41f"
  }
]