- Method v1
- User
- PlanRestream
- MoneyFlow
- UserProject
- Project
- ProjectHistory
- NotifyUser
- Centrifuge
- Stream key
- PlanTranscoding
- PlanStorage
- Channel settings
- Optional settings for vk. Depends on the tariff.
- Optional settings for youtube. Depends on the tariff.
- Optional settings for trovo. Depends on the tariff.
- Optional settings for twitch. Depends on the tariff.
- Optional settings for ok. Depends on the tariff.
- Optional settings for vk video live. Depends on the tariff.
- Set planned id. Depends on the tariff.
- Get playlists from the platform
- Get planned list
- Set name from custom channel. Global settings.
- Set rtmp url from channel. Global settings.
- Set transcoder from channel. Personal settings.
- Get status platform
- Get status platform
- Optional settings for telegram
- Get telegram post by filter
- Get telegram post list
- Get telegram settings
- Set telegram settings
- Get code for connected chat
- Disconnect telegram chat
- Channel
- Transcoders
- Platforms
- Auth
- Socials
- Transactions
- BlogPage
- HelpPage
- NotifyHistory
- ProjectChannelInvite
- List of invites for channel in project
- Get invitation for channel
- Accept channel invitation for selected project
- Decline channel invitation for selected project
- Get channel invitation using a secret link
- Accept channel invitation using a secret link
- Decline channel invitation using a secret link
- Get channel invite item for my channel for another user
- Add channel invite item for another user by id
- Add channel invite item for another user by email
- Del channel invite item for my channel for another user
- ProjectChannel
- BlogPageTag
- RtmpServer
- Pay system
- Payment
- Pay setting
- Stream pull keys
- Payout
- Chat gateway
- Broadcast
- Release
- Live
- Analytics
- Promo
- PolicyPage
- Referrals
- Pull servers
Supported platforms
GET
/method/platforms/list
Platforms
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the oauth.Example:
Authorization: oauth ********************
Query Params
v
enum<string>Â
required
Allowed values:
123
Example:
3
language
enum<string>Â
required
Allowed values:
ruencn
Default:
en
Example:
en
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-v2.streamvi.io/method/platforms/list?v&language'
Responses
🟢200OK
application/json
Body
results
array[object (SitePlatformsSupportedItem) {20}]Â
required
id
numberÂ
required
Example:
1
title
stringÂ
required
Example:
YouTube
extension
enum<string>Â
required
Allowed values:
pngsvg
Example:
svg
url
stringÂ
required
Example:
https://www.youtube.com
type
stringÂ
required
Example:
youtube
oauth
numberÂ
required
Example:
0
read_chat
numberÂ
required
Example:
0
write_chat
numberÂ
required
Example:
0
edit_name
numberÂ
required
Example:
0
set_title
numberÂ
required
Example:
0
set_description
numberÂ
required
Example:
0
created_stream
numberÂ
required
Example:
0
rtmp_url
numberÂ
required
Example:
0
rtmp_key
numberÂ
required
Example:
0
planned
numberÂ
required
Example:
0
options
numberÂ
required
Example:
0
url_stream
numberÂ
required
Example:
0
viewers
numberÂ
required
Example:
0
messages
numberÂ
required
Example:
0
like
numberÂ
required
Example:
0
Example
{
"results": [
{
"id": 1,
"title": "YouTube",
"extension": "png",
"url": "https://www.youtube.com",
"type": "youtube",
"oauth": 0,
"read_chat": 0,
"write_chat": 0,
"edit_name": 0,
"set_title": 0,
"set_description": 0,
"created_stream": 0,
"rtmp_url": 0,
"rtmp_key": 0,
"planned": 0,
"options": 0,
"url_stream": 0,
"viewers": 0,
"messages": 0,
"like": 0
}
]
}
🟠400Bad Request
Modified at 2025-05-05 15:10:46