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:
media-files:read-Чтение медиафайлов
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/media-service-files/get?v=undefined&language=undefined&project_id=undefined&media_id=undefined'
Responses
application/json
{
"media_id": 0,
"isEditable": true,
"name": "string",
"duration": 0,
"size": 0,
"content_type": "string",
"thumbnail": "string",
"video": "string",
"isDisabled": true,
"status": "processing",
"error": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"event_channel": "string"
}
Modified at 2026-05-13 15:11:55