API V1

Play

POST http://playoutbee:3000/api/play

This endpoint will send the Play Command

Pause

POST http://playoutbee:3000/api/pause

Stop

POST http://playoutbee:3000/api/stop

Select Clip

POST http://playoutbee:3000/api/select/{ID}

Select's the

Path Parameters

Name
Type
Description

ID

integer

0 Based id of the Clip to select

Set Loop

POST http://playoutbee:3000/api/loop/{state}

Path Parameters

Name
Type
Description

state

string

either on or off

Next

POST http://playoutbee:3000/api/next

goes to the next Clip

Get Clips

GET http://playoutbee:3000/api/clips

returns a list of all Clips

Get Player

GET http://playoutbee:3000/api/player

Get's the Player Object

Path Parameters

Name
Type
Description

string

Get Current Clip

GET http://playoutbee:3000/api/currentClip

Gets the current Player Object

upload Video

POST http://playoutbee:3000/upload

uploads a Video and adds it to the playlist

Request Body

Name
Type
Description

file

object

the file to Upload

Last updated

Was this helpful?