Profiles
Get Ingest Profile
Get an ingest profile by its id
get/accounts/{{account_id}}/profiles/{profile_id}
Path parameters
account_idstring required
Video Cloud account ID.
profile_idstring required
The ingest profile ID.
Headers
Content-Typestring required
Example:application/json
Content-Type: application/json
Authorizationstring required
Authorization: Bearer access_token (see Getting Access Tokens)
Response
SUCCESS
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"
}