Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.rocksky.app/xrpc/app.rocksky.feed.getAlbumRecommendations \ --header 'Authorization: Bearer <token>'
{ "albums": [ { "id": "<string>", "uri": "<string>", "title": "<string>", "artist": "<string>", "artistUri": "<string>", "year": 123, "albumArt": "<string>", "recommendationScore": 123, "source": "<string>" } ], "cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
DID or handle of the user to recommend for.
1 <= x <= 100
OK
Show child attributes