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
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/video/list?v=undefined&language=undefined&project_id=undefined&offset=undefined&limit=undefined'
Responses
application/json
{
"results": [
{
"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"
}
],
"total": 0,
"offset": 0,
"limit": 0
}
Modified at 2026-04-28 20:02:55