# Generate a Spotify "Now Playing" card **GET /v1/images/spotify-card** ## Servers - Production: https://api.4mina.app (Production) ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **title** (string) Track title - **artist** (string) - **album** (string) - **albumArt** (string(uri)) - **progress** (number) Playback progress percentage - **duration** (string) Track duration (e.g., "3:45") - **currentTime** (string) Current playback time - **isPlaying** (boolean) ## Responses ### 200 SVG image #### Body: image/svg+xml (string) string ### 400 Bad request - missing or invalid parameters #### Body: application/json (object) - **success** (boolean) - **error** (object) - **meta** (object) ### 401 Unauthorized - invalid or missing API key #### Body: application/json (object) - **success** (boolean) - **error** (object) - **meta** (object) [Powered by Bump.sh](https://bump.sh)