535feee32afb

latestOpenAPI 3.0.3AGPL-3.0raw.githubusercontent.com2026-08-092541413.9 MB
Now Playing

Update the server with the client player state

Inform the server about the state of your client. (Song you are playing, Play/Pause state, etc.)

post/videos/{video_id}/playback

Path parameters

video_idstring required

Unique identifier of the video.

Query parameters

type'song' | 'video' | 'podcast_episode'
state'play' | 'stop'
timeinteger
clientstring

Client/agent name recorded with the request.

Request body

type'song' | 'video' | 'podcast_episode'
state'play' | 'stop'
timeinteger
clientstring

Client/agent name recorded with the request.

Response

Now playing response