Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the oauth. Example:Authorization: oauth ********************
Body Params application/json
{
"id": "string",
"text": "string",
"restreams": [
0
]
}
Request Code Samples
curl --location --request POST 'https://api-v2.streamvi.io/method/chat/messages?v&language&key&broadcast_id' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"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:22Z",
"error": "string"
}
],
"entities": [
{}
],
"text": "string",
"sender": {},
"created_at": "2019-08-24T14:15:22Z",
"broadcast_id": 0,
"is_outgoing": true
}
Modified at 2025-09-11 17:15:27