app.rocksky.spotify.seek

rocksky.app

Documentation

Seek to a specific position in the currently playing track

main procedure

Seek to a specific position in the currently playing track

Parameters

position integer Required

The position in seconds to seek to

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
View raw schema
{
  "type": "procedure",
  "parameters": {
    "type": "params",
    "required": [
      "position"
    ],
    "properties": {
      "position": {
        "type": "integer",
        "description": "The position in seconds to seek to"
      }
    }
  },
  "description": "Seek to a specific position in the currently playing track"
}

Lexicon Garden

@