Get list of transcoding tariffs
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
Scopes:
billing:read-Чтение биллинга
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/plan_transcoding/list?v=undefined&language=undefined'
Responses
application/json
{
"results": [
{
"plan_transcoding_id": 1,
"title": "test",
"type": "free",
"price_rub": 0,
"price_usd": 0,
"resolution": "720p",
"fps": "30",
"weight": 0,
"active": true,
"index": 0,
"space": 0,
"discount": {
"month": 0,
"year": 10
}
}
]
}
Modified at 2026-05-13 15:11:55