{
  "status": true,
  "name": "Chioriya Spotify Downloader",
  "version": "2.0.0",
  "engine": "spotmate.js + spotifySearch.js (Spotify partner API with TOTP auth)",
  "endpoints": [
    "/api/spotify?q=...&apikey=...",
    "/api/spotify?url=...&apikey=...",
    "/api/spotify/thumb?url=<image_id>",
    "/api/spotify/audio?t=<base64url_token>",
    "/api/spotify?action=health"
  ],
  "apikey_required": true,
  "cost_per_request": 5,
  "cost_per_proxy": 0,
  "refund_on_fail": true,
  "proxy_free": true,
  "proxy_thumb_host": "i.scdn.co",
  "proxy_audio_hosts": [
    "rapid.dlapi.app",
    "dlapi.app",
    "audio-ak-spotify-com.akamaized.net",
    "audio-fa.scdn.co",
    "audio-gm-off.scdn.co",
    "audio-off.scdn.co",
    "audio-mp3-fa.scdn.co",
    "audio-fa.spotifycdn.com",
    "p.scdn.co"
  ],
  "audio_cache_ttl_minutes": 30,
  "audio_url_format": "base64url token via ?t=<token> (stateless, always works on serverless). Cache used as optimization for same-instance requests.",
  "note": "Spotify downloader memakai spotmate.js dengan global singleton client untuk session reuse. Search lewat DuckDuckGo + Bing fallback. Response berisi pickedSong + allSongs + audioUrl. Thumbnail URL di-rewrite ke /api/spotify/thumb?url=<id> dan audioUrl di-rewrite ke /api/spotify/audio?t=<short_token>. Proxy endpoints gratis tanpa apikey."
}