Skip to main content
AI coding agents (such as Replit Agent, Cursor, GitHub Copilot, and similar tools) cannot reliably fetch and parse live documentation pages. If you point an agent directly at docs.musixmatch.com, it may fail to read the content or return incomplete results. Instead of pointing your agent at the docs URL, use the pre-built plain-text version of the full documentation: 1. Download the full docs file Open this link: https://docs.musixmatch.com/llms-full.txt 2. Attach it directly to your agent as context Upload or paste the file into your agent’s context window (e.g. as an attachment in Replit, a context file in Cursor, or a system prompt addition). 3. Ask the agent to build against the endpoints With the full API reference available locally, the agent has everything it needs — no live fetch required.
The llms-full.txt file contains the complete API reference in a single plain-text file optimized for LLM consumption. Re-download it periodically to stay up to date with the latest endpoints.