Available in Classic and VPC
In this section, we introduce the broadcast preparation and start processes in B2B PRISM Live Studio, along with the necessary service APIs.
Live ready flow

The APIs needed in the live ready flow are as follows:
- View channel list API
- View channel information API
- View channel live list API
- Create live API
View channel list API
The description and specification for the view channel list API are as follows:
- Called before starting a live to select the target channel.
- Views the list of channels the authenticated user owns.
"Channel" refers to the channel owned by users (streamers), not a channel registered by a service on NAVER Cloud Platform.
| Feature | Shortcut |
|---|---|
| View channel list | API specification for viewing channel list |
View channel information API
The description and specification for the view channel information API are as follows:
Called to view details of the target channel on which you want to start a live.
- Views channel information associated with the channel ID.
- Channel information can be viewed only if the authenticated user owns the channel.
| Feature | Shortcut |
|---|---|
| View channel information | API specification for viewing channel information |
View channel live list API
The description and specification for the view live list API are as follows:
- Needed when starting a live with an existing live.
- Views channel information associated with the channel ID.
- Channel information can be viewed only if the authenticated user owns the channel.
| Feature | Shortcut |
|---|---|
| Views channel live list | API specification for viewing channel live list |
Create live API
The description and specification for the create live API are as follows:
- Needed when starting a live with a new live.
- Creates a live in the channel selected in the previous step.
| Feature | Shortcut |
|---|---|
| Create live | API specification for creating live |
Go live flow

The APIs needed in the go live flow are as follows:
- API to view channel information: same as the API used in the live ready step
- Start live API
Start live API
The description and specification for the start live API are as follows:
- Starts the selected live or a newly created live.
- Starts the live associated with the live ID.
| Feature | Shortcut |
|---|---|
| Start live | API specification for starting live |