{"uid":"cap_FjfccRlpQrDc_JBGsHgdC","slug":"webbersites-music-cover-art-fetcher-011898ca","name":"Webbersites Music Cover Art Fetcher","description":"Album cover art via Discogs: same selectors as /api/music/album (artist+title, q, or id) — returns the primary cover image as base64 + data URI with dimensions and content type, ready to embed or save. Pairs with /api/music/album.","url":"https://api.webbersites.com/api/music/cover","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","properties":{"q":{"type":"string","description":"Free-text search alternative"},"id":{"type":"string","description":"Direct Discogs id"},"kind":{"type":"string","description":"master (default) or release"},"title":{"type":"string","description":"Album title (with artist)"},"artist":{"type":"string","description":"Artist name (with title)"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"bytes":{"type":"number"},"data_uri":{"type":"string"},"content_type":{"type":"string"},"image_base64":{"type":"string"}}}}}}},"responseSchema":{"type":"json","example":{"year":1997,"bytes":240311,"title":"OK Computer","width":600,"height":600,"data_uri":"data:image/jpeg;base64,…","content_type":"image/jpeg","image_base64":"…"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_9Kb3y4j0bcy0FPxEvESfM","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches album cover art from Discogs and returns it as a base64-encoded data URI with dimensions and content type, ready to embed or save.","exampleAgentPrompt":"Can you grab the album cover for 'Kind of Blue' by Miles Davis from Discogs and give it back to me as a data URI I can embed directly in a page?","exampleUseCases":null,"resultDescription":"Returns a JSON object containing the primary cover image as a base64-encoded string, a ready-to-use data URI, the content type (e.g. image/jpeg), image dimensions (width and height), and the byte size of the image.","failureModes":["Album not found on Discogs — returns an error or empty result","Ambiguous query matches wrong release — returns unexpected cover art","Discogs rate limiting or upstream API unavailability — returns 5xx or timeout","Invalid or unknown Discogs ID — returns not-found error","No cover art available for the matched release — returns empty or placeholder response"],"whenToPreferThis":"Choose this endpoint when you need album cover art pre-encoded as a base64 data URI — ready to embed in HTML or save to disk — rather than a raw image URL. Pairs naturally with the /api/music/album endpoint for full metadata + artwork workflows. Prefer over scraping or generic image searches when you need reliable, structured Discogs-sourced artwork.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:35:25.998Z","isFirstParty":false}