# CSharpSpotiLyrics > Lightweight Spotify Lyrics & Canvas API Client for C# without Playwright This file contains links to documentation sections following the llmstxt.org standard. ## Table of Contents - [API Reference](https://cssldocs.sxrp.me/docs/API): Detailed documentation of public methods inside the `SpotifyClient` class. - [Canvas & Video Fetching](https://cssldocs.sxrp.me/docs/CANVAS): Spotify Canvas consists of short looping video loops shown behind songs. This library can fetch these MP4 video links directly. - [Exceptions & Troubleshooting](https://cssldocs.sxrp.me/docs/EXCEPTIONS): Overview of custom exceptions thrown by `CSharpSpotiLyrics` and common troubleshooting patterns. - [Internal Token & TOTP Parsing](https://cssldocs.sxrp.me/docs/TOKENS): To bypass the need for a bloated browser automation package (like Playwright), this library parses Spotify's internal web player files to perform T...