Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
or
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
transcoding:write-Управление транскодированием
or
Body Params application/jsonRequired
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/transcoder/update' \
--header 'Content-Type: application/json' \
--data '{
"v": "1",
"language": "en",
"project_id": 0,
"transcoder_id": 0,
"width": 100,
"height": 100,
"fps": 5,
"vBitrate": 1000,
"aBitrate": 60,
"name": "string",
"rotation": 1,
"bFrames": 0,
"channelIds": [
0
],
"videoCodec": "h264",
"preset": "string",
"delay": 0
}'
Responses
application/json
Modified at 2026-05-13 15:11:55