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

Changes

Changed in 6 of the 46 revisions of this API.110

    • api operation id playerVideosPlayback was added

      api-operation-id-added

    • added optional request body

      request-body-added-optional

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the required property to the response with the status

      response-required-property-added

    • removed the non-success response with the status

      response-non-success-status-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation