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
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:
chat:write-Управление чатом
or
Body Params application/jsonRequired
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/chat/messages?v=undefined&language=undefined&key=undefined&broadcast_id=undefined' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"text": "string",
"restreams": [
0
]
}'
Responses
application/json
{
"event_id": "string",
"restreams": [
{
"id": "string",
"event_id": "string",
"restream_id": 0,
"platform": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"error": "string"
}
],
"entities": [
{}
],
"text": "string",
"sender": {},
"created_at": "2019-08-24T14:15:22.123Z",
"broadcast_id": 0,
"is_outgoing": true
}
Modified at 2026-05-13 15:11:55