- API
- PlanRestream
- MoneyFlow
- 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
- Get channel by idGET
- Search channel listGET
- Minimal channel listGET
- Set delay - test pointGET
- Get live statusPOST
- Add ok channelPOST
- Add custom channelPOST
- Add rutube channelPOST
- Add kick channelPOST
- Add telegram channelPOST
- Add fb channelPOST
- Add instagram channelPOST
- Add tiktok channelPOST
- Add steam channelPOST
- Add goodgame channelPOST
- Add nimotv channelPOST
- Add nonolive channelPOST
- Add navertv channelPOST
- Add vlive channelPOST
- Add douyu channelPOST
- Add fc2Live channelPOST
- Add huya channelPOST
- Add zhanqitv channelPOST
- Add boosty channelPOST
- Add linkedin channelPOST
- Add plvideo channelPOST
- 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
- Users
- Account
Add linkedin channel
POST
/method/channel/add/linkedin
Channel
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the oauth.Example:
Authorization: oauth ********************
Body Params application/json
v
enum<string>Â
required
Allowed values:
123
Example:
3
language
enum<string>Â
required
Allowed values:
ruencn
Default:
en
Example:
en
project_id
numberÂ
required
name
stringÂ
required
>= 1 characters<= 255 characters
Example:
Custom channel
rtmp_url
string <uri>
required
<= 1000 characters
Example:
rtmp://example.com/live
stream_key
stringÂ
required
<= 1000 characters
Example:
live
Example
{
"v": "1",
"language": "en",
"project_id": 0,
"name": "Custom channel",
"rtmp_url": "rtmp://example.com/live",
"stream_key": "live"
}
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 POST 'https://api-v2.streamvi.io/method/channel/add/linkedin' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"project_id": 0,
"name": "Custom channel",
"rtmp_url": "rtmp://example.com/live",
"stream_key": "live"
}'
Responses
🟢201Created
application/json
Body
object {0}
Example
{}
🟠400Bad Request
Modified at 2025-07-10 12:09:37