v1

latestOpenAPI 3.1.0MIT OR Apache-2.02026-07-17107151343.7 KB
media_player

Control the media player (play, pause, stop, next, previous).

post/api/flows/{flow_id}/blocks/{block_id}/player/control

Path parameters

flow_idstring required

Flow ID (UUID)

block_idstring required

Block ID

Request body

action'play' | 'pause' | 'stop' | 'next' | 'previous' required

Player control action.

Response

Action performed