curl --request GET \
--url https://api.rewind.rest/v1/images/{domain}/{entity_type}/{entity_id}/{size} \
--header 'Authorization: Bearer <token>'{
"error": "Not found",
"status": 404
}Serve image via CDN redirect. Triggers the image pipeline on cache miss. Returns a 302 redirect to the CDN URL with metadata in response headers.
curl --request GET \
--url https://api.rewind.rest/v1/images/{domain}/{entity_type}/{entity_id}/{size} \
--header 'Authorization: Bearer <token>'{
"error": "Not found",
"status": 404
}Documentation Index
Fetch the complete documentation index at: https://docs.rewind.rest/llms.txt
Use this file to discover all available pages before exploring further.
API key. Read keys (rw_live_...) access GET endpoints. Admin keys (rw_admin_...) access all endpoints.
listening, watching, collecting, reading "listening"
albums, artists, movies, shows, releases, articles "albums"
1"album-123"
thumbnail, small, medium, large, poster, poster-lg, backdrop, original "medium"
"Radiohead"
"OK Computer"
"a1b2c3d4-..."
"12345"
Redirect to CDN image URL. Metadata returned via X-ThumbHash, X-Dominant-Color, X-Accent-Color headers.