Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Request Code Samples
curl --location --request GET 'https://api-v2.streamvi.io/method/plan_transcoding?v&language&project_id' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"before": {
"id": 1,
"count": 0,
"date_end": "2019-08-24T14:15:22Z",
"title": "string",
"prolongation": 0
},
"current": {
"id": 1,
"count": 0,
"date_end": "2019-08-24T14:15:22Z",
"title": "string",
"prolongation": 0
},
"next": {
"id": 1,
"count": 0,
"date_end": "2019-08-24T14:15:22Z",
"title": "string",
"prolongation": 0
}
}
Modified at 2025-09-11 17:15:27