Get upload progress channel for centrifuge
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/video/progress-channel?v&language&project_id' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"id": 0,
"token": "string",
"channel": "string"
}
Modified at 2026-04-12 16:30:17