Seek to a specific position in the currently playing track
Parameters
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"parameters": {
"type": "params",
"required": [
"position"
],
"properties": {
"playerId": {
"type": "string"
},
"position": {
"type": "integer",
"description": "The position in seconds to seek to"
}
}
},
"description": "Seek to a specific position in the currently playing track"
}