List VOD encoding resources.
GEThttps://api.one.blendvision.com/bv/cms/v1/vods/:vod_id/encodings
List information of all versions of VOD Encoding Contents
Required field(s):
vod_id
Request
Path Parameters
Required. The unique id of the VOD.
Query Parameters
Input only. Indicates the current page to show. Default: 1
Input only. Indicates the number of items to show per page. Default: 10.
Header Parameters
To invoke this API using api_token
, you need to set the x-bv-org-id
header to specify the organization for which you want to perform the action.
Responses
- 200
- 400
- 401
- 403
- 500
- default
A successful response.
- application/json
- Schema
- Example (from schema)
Schema
vod_encodings object[]
pagination object
{
"vod_encodings": [
{
"id": "string",
"vod_id": "string",
"name": "string",
"description": "string",
"source": {
"type": "SOURCE_TYPE_LIBRARY",
"library": {
"video": {
"id": "string"
},
"subtitles": [
{
"id": "string",
"name": "string",
"code": "string",
"display": "string",
"translate_settings": [
{
"source_lang_code": "string",
"target_lang_code": "string",
"display": "string"
}
]
}
],
"stt_subtitles": [
{
"track_no": "string",
"lang_code": "string",
"display": "string",
"translate_settings": [
{
"source_lang_code": "string",
"target_lang_code": "string",
"display": "string"
}
]
}
]
},
"cloud_storage": {
"id": "string",
"file_path": "string",
"subtitles": [
{
"id": "string",
"name": "string",
"code": "string",
"display": "string",
"translate_settings": [
{
"source_lang_code": "string",
"target_lang_code": "string",
"display": "string"
}
]
}
],
"stt_subtitles": [
{
"track_no": "string",
"lang_code": "string",
"display": "string",
"translate_settings": [
{
"source_lang_code": "string",
"target_lang_code": "string",
"display": "string"
}
]
}
]
}
},
"profile_set": {
"id": "string",
"name": "string",
"protocols": [
"PROTOCOL_HLS"
],
"smart_abr": true,
"multiple_audio_track": {
"lang_from": "LANG_FROM_SOURCE",
"lang_customizes": [
{
"code": "string",
"display": "string"
}
]
},
"video_codec": "VIDEO_CODEC_H264",
"profiles": [
{
"id": "string",
"name": "string",
"video_codec": "VIDEO_CODEC_H264",
"video_width": 0,
"video_height": 0,
"video_bitrate": "string",
"audio_bitrate": "string",
"codec_profile": "CODEC_PROFILE_AUTO",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"b_frame": true,
"frame_rate": "FRAME_RATE_10",
"gop_size": 0,
"segment_duration": 0,
"preset": true,
"standard": "RESOLUTION_TYPE_SD"
}
],
"preset": true
},
"queue": "QUEUE_STANDARD",
"pte": {
"profile": "PTE_PROFILE_HIGH"
},
"stream": [
{
"manifests": [
{
"protocol": "PROTOCOL_HLS",
"uris": [
{
"resolutions": [
{
"height": "string",
"width": "string"
}
],
"uri": "string"
}
]
}
],
"thumbnail": {
"uri": "string"
}
}
],
"labels": [
{
"name": "string"
}
],
"status": "VOD_STATUS_CREATED",
"previous_status": "VOD_STATUS_CREATED",
"metadata": {
"short_description": "string",
"long_description": "string",
"labels": [
{
"name": "string"
}
]
},
"source_file_info": {
"file_name": "string",
"size": "string",
"bitrate": "string",
"duration": 0,
"video": {
"codec": "VIDEO_CODEC_H264",
"height": 0,
"width": 0,
"bitrate": "string",
"frame_rate": "string",
"interlace": true,
"aspect_ratio": "DISPLAY_ASPECT_RATIO_SOURCE"
},
"audios": [
{
"codec": "AUDIO_CODEC_AAC",
"lang": "string",
"bitrate": "string",
"sample_rate": "string"
}
]
},
"schedule": {
"enable": true,
"start_time": "2024-07-29T15:51:28.071Z",
"end_time": "2024-07-29T15:51:28.071Z"
},
"security": {
"privacy": {
"type": "SECURITY_PRIVACY_TYPE_PUBLIC",
"token": {
"device_limit": 0
}
},
"watermark": {
"enabled": true,
"type": "WATERMARK_TYPE_IMAGE",
"position": "WATERMARK_POSITION_BOTTOM_RIGHT",
"image": {
"library_id": "string",
"url": "string",
"name": "string"
},
"size": 0,
"offset": {
"x": 0,
"y": 0
}
},
"domain_control": {
"enabled": true,
"domains": [
"string"
]
},
"protection": {
"type": "PROTECTION_TYPE_DRM"
},
"geo_control": [
"string"
]
},
"cover_image": {
"type": "COVER_IMAGE_TYPE_AUTO",
"auto": {
"url": "string",
"name": "string",
"size": "string"
},
"customize": {
"library_id": "string",
"url": "string",
"name": "string",
"size": "string"
},
"updated_at": "2024-07-29T15:51:28.071Z"
},
"export": {
"cloud_storage": {
"id": "string"
}
},
"showroom": {
"model": {},
"libraries": [
{
"id": "string",
"name": "string",
"url": "string"
}
]
},
"byo_cdn": {
"enabled": true,
"byo_cdn_setting_id": "string",
"configs": [
{
"type": "CDN_CONFIG_TYPE_LIVE_HLS",
"origin": "string",
"cache_behavior_prefix": "string"
}
]
},
"player_setting": {
"setting": {},
"id": "string",
"name": "string",
"description": "string",
"libraries": [
{
"id": "string",
"name": "string",
"url": "string"
}
]
},
"chapter_setting": {
"enable": true,
"chapters": [
{
"title": "string",
"timestamp": "string"
}
]
},
"subtitles": [
{
"id": "string",
"track_no": "string",
"lang_code": "string",
"display": "string",
"status": "SUBTITLE_STATUS_GENERATING",
"subtitle_file_info": {
"file": {
"id": "string",
"type": "FILE_TYPE_VIDEO",
"name": "string",
"size": "string",
"uri": "string",
"source": "FILE_SOURCE_LIVE_EVENT",
"attrs": {},
"has_subtitle": true,
"subtitles": [
{
"id": "string",
"library_id": "string",
"name": "string",
"code": "string",
"display": "string"
}
],
"status": "FILE_STATUS_SUCCEED",
"permission": {
"assignments": [
{
"access_role": "ACCESS_ROLE_SUPER_EDITOR",
"assigned_type": "ASSIGNED_TYPE_OWNER",
"email": "",
"id": "",
"name": ""
}
],
"default_access_role": "ACCESS_ROLE_DENY"
},
"summary": {
"content": "string",
"status": "SUMMARY_STATUS_WAITING",
"error_infos": [
{
"reason": "string",
"domain": "string",
"metadata": {}
}
]
},
"metadata": {
"short_description": "string",
"long_description": "string",
"labels": [
"string"
]
},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
},
"contents": [
{
"index": 0,
"start_at": "string",
"end_at": "string",
"words": [
"string"
]
}
]
},
"source_type": "SUBTITLE_SOURCE_TYPE_LOCAL",
"source_subtitle_id": "string",
"applied_dictionaries": [
"string"
],
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"end_screen": {
"model": {},
"libraries": [
{
"id": "string",
"name": "string",
"url": "string"
}
],
"vods": [
{
"id": "string",
"cover_image": {
"type": "COVER_IMAGE_TYPE_AUTO",
"auto": {
"url": "string",
"name": "string",
"size": "string"
},
"customize": {
"library_id": "string",
"url": "string",
"name": "string",
"size": "string"
},
"updated_at": "2024-07-29T15:51:28.071Z"
}
}
]
},
"summary": {
"content": "string",
"status": "SUMMARY_STATUS_WAITING",
"error_infos": [
{
"reason": "string",
"domain": "string",
"metadata": {}
}
]
},
"type": "VOD_TYPE_ENCODING",
"stages": [
{
"status": "VOD_STATUS_CREATED",
"complete_time": "2024-07-29T15:51:28.071Z",
"message": "string",
"code": "string",
"error_infos": [
{
"reason": "string",
"domain": "string",
"metadata": {}
}
]
}
],
"current": true,
"mode": "ENCODING_MODE_QUALITY_FIRST",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"pagination": {
"total_items": 0,
"items_per_page": 0,
"current_page": 0
}
}
A bad request response.
The code
is 3
means got an invalid argument. There are more HTTP status code mappings listed on here and gRPC code on here.
- application/json
- Schema
- Example (from schema)
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
A unauthenticated response.
The header authorization
was missing or unidentified.
- application/json
- Schema
- Example (from schema)
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
A forbidden response.
It means that the provided authorization
did not have enough permission to access the resource or the API.
- application/json
- Schema
- Example (from schema)
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
A server error response. There are more HTTP status code mappings listed on here.
- application/json
- Schema
- Example (from schema)
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- Schema
- Example (from schema)
Schema
details object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Authorization: authorization
name: authorizationtype: apiKeydescription: Enter the token with Bearer schema prefix, eg. `Bearer <token-string>`in: header
- curl
- python
- go
- nodejs
- php
- CURL
curl -L 'https://api.one.blendvision.com/bv/cms/v1/vods/:vod_id/encodings' \
-H 'Accept: application/json' \
-H 'authorization: <API_KEY_VALUE>'