Profiles
Create Ingest Profile
Create a custom ingest profile for the account. Note that you can also do this through Video Cloud Studio
post/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)
Request body
Example request
{
"name": "multi-platform-standard-static",
"account_id": "57838016001",
"display_name": "Multiplatform Standard",
"description": "Deliver a wide range of content types across a variety of platforms on mobile and desktop.",
"brightcove_standard": false,
"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
}
]
}
}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"
}