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/get?v&language&project_id&id' \
--header 'Authorization: oauth <token>'
Responses
application/json {
"albumId": 0,
"duration": 0,
"id": 0,
"name": "string",
"previewPhotoSmall": "string",
"size": 0,
"playlist": "string",
"status": "string",
"width": 0,
"height": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"user_id": 0,
"download": "string"
}
Modified at 2026-04-12 16:30:17