List profiles
GEThttps://api.one.blendvision.com/bv/configuration/v1/profiles
Lists the array of Profile
resource.
Request
Query Parameters
- VIDEO_CODEC_H264: VIDEO_CODEC_H264 Indicates video code H.264
- VIDEO_CODEC_H265: VIDEO_CODEC_H265 Indicates video code H.265
Required. The current page in the current pagination. Need to assign positive number. Min: 1 Max: 100
Required. The number of items per page in the current pagination. Need to assign positive number. Min: 1 Max: 100
Possible values: [VIDEO_CODEC_H264
, VIDEO_CODEC_H265
]
Optional.
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
profiles object[]
pagination object
{
"pagination": {
"current_page": 1,
"items_per_page": 10,
"total_items": 13
},
"profiles": [
{
"audio_bitrate": "24",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_SOURCE",
"gop_size": 2,
"id": "aa42c109-da05-4739-b72a-065b8a85dac8",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "eee",
"preset": false,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_SD",
"video_bitrate": "60",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 800,
"video_width": 800
},
{
"audio_bitrate": "192",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_60",
"gop_size": 2,
"id": "77a94c55-57f7-419d-8520-ee288251a748",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "2160p-40Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_4K",
"video_bitrate": "40000",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 2160,
"video_width": 3840
},
{
"audio_bitrate": "192",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_30",
"gop_size": 2,
"id": "e11f00a6-9989-4ffe-b685-acea84ab85dd",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "2160p-20Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_4K",
"video_bitrate": "20000",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 2160,
"video_width": 3840
},
{
"audio_bitrate": "128",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_60",
"gop_size": 2,
"id": "1024fed8-f8b9-4b54-99b2-85688296638a",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "1080p-10Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_FHD",
"video_bitrate": "10000",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 1080,
"video_width": 1920
},
{
"audio_bitrate": "128",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_30",
"gop_size": 2,
"id": "57acf6c4-688e-47c5-a4f9-548c64ef6ddb",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "1080p-5Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_FHD",
"video_bitrate": "5000",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 1080,
"video_width": 1920
},
{
"audio_bitrate": "128",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_60",
"gop_size": 2,
"id": "de802259-af85-48bf-8b97-fd6cf304c265",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "720p-5Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_HD",
"video_bitrate": "5000",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 720,
"video_width": 1440
},
{
"audio_bitrate": "128",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_30",
"gop_size": 2,
"id": "d8b7caa0-7487-4cdf-ab64-44cf54783d34",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "720p-2.5Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_HD",
"video_bitrate": "2500",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 720,
"video_width": 1440
},
{
"audio_bitrate": "96",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_60",
"gop_size": 2,
"id": "8d8477ed-3353-4e45-b6fe-6c7ff2eefee1",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "480p-3Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_SD",
"video_bitrate": "3000",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 480,
"video_width": 850
},
{
"audio_bitrate": "96",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_30",
"gop_size": 2,
"id": "39861dab-83da-4cd7-bb58-7ae6af648c19",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "480p-1.5Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_SD",
"video_bitrate": "1500",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 480,
"video_width": 850
},
{
"audio_bitrate": "96",
"b_frame": true,
"codec_profile": "CODEC_PROFILE_AUTO",
"frame_rate": "FRAME_RATE_60",
"gop_size": 2,
"id": "627fb5be-b673-4fe6-876f-efad1d2011e5",
"level": "CODEC_PROFILE_LEVEL_AUTO",
"name": "360p-1.4Mbps",
"preset": true,
"segment_duration": 6,
"standard": "RESOLUTION_TYPE_SD",
"video_bitrate": "1400",
"video_codec": "VIDEO_CODEC_H264",
"video_height": 360,
"video_width": 640
}
]
}
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/configuration/v1/profiles' \
-H 'Accept: application/json' \
-H 'authorization: <API_KEY_VALUE>'