{"service":"resonance-api","status":"ok","version":"v1","configuration_revision":3,"browser_origins":["https://music.unblocked.mov"],"authentication":"Authorization: Bearer <token>","endpoints":[{"method":"GET","path":"/api/v1/health","authentication":"none","description":"Service health"},{"method":"GET","path":"/api/v1/songs","authentication":"client bearer token","description":"List the shared song catalog"},{"method":"GET","path":"/api/v1/songs/{id}/file","authentication":"client bearer token","description":"Download a song"},{"method":"GET","path":"/api/v1/songs/{id}/stream","authentication":"client bearer token","description":"Stream a song with byte-range support"},{"method":"GET","path":"/api/v1/playlists","authentication":"client bearer token","description":"Read the revisioned playlist document"},{"method":"PUT","path":"/api/v1/playlists","authentication":"client bearer token","description":"Update playlists with optimistic concurrency"},{"method":"PUT","path":"/api/v1/admin/songs?filename={filename}","authentication":"admin bearer token","description":"Upload an audio file as the request body"},{"method":"DELETE","path":"/api/v1/admin/songs/{id}","authentication":"admin bearer token","description":"Delete a song"}]}