Availability
- Recommended Velora Version:
6.5.0 - Minimum Velora Version:
6.3.0 - Host:
127.0.0.1 - Default port:
39031 - Base URL:
http://127.0.0.1:39031 - Transport: HTTP and WebSocket
- CORS:
*withAuthorizationandContent-Type - Scope: local machine only (loopback addresses)
What you can do
Withread permission:
- Check server status
- Read the current track
- Read playback state
- Read playback queue
- Read the signed-in user’s public profile snapshot
- Subscribe to playback updates over WebSocket
write permission:
- Play a specific track (or resume)
- Pause playback
- Skip to next track
- Seek to a position in milliseconds
- Toggle play and pause
Quick start
- Register your local app with
POST /register. - Poll
GET /request-status?request_id=...until you receive anaccess_token. - Use
Authorization: Bearer <token>(oraccess_tokenquery param) for authenticated calls. - Connect to
ws://127.0.0.1:39031/ws?access_token=<token>for real-time events.
