> ## Documentation Index
> Fetch the complete documentation index at: https://docs.musixmatch.com/llms.txt
> Use this file to discover all available pages before exploring further.

#  

<div
  dangerouslySetInnerHTML={{__html: `<style>
.home-container { padding: 0; }
.home-container h1 { text-align: left !important; }
.home-container > h2 { text-align: left !important; }
</style>`}}
/>

<div className="home-container">
  <div style={{marginBottom: '2rem'}}>
    <p style={{fontSize: '0.85rem', fontWeight: 600, textTransform: 'uppercase', letterSpacing: '0.1em', color: '#FC532E', marginBottom: '0.75rem'}}>Developer documentation</p>
    <h1>Build with Musixmatch Pro API</h1>

    <p style={{fontSize: '1.15rem', maxWidth: '600px', margin: '0.5rem 0 0'}}>
      Discover our guides to integrate the world's largest and fully licensed music data database into your apps and products.
    </p>
  </div>

  <h2 style={{marginTop: '2rem'}}>Explore our platform</h2>

  <CardGroup cols={1}>
    <Card title="API Reference" icon="code" href="/api-reference/overview" color="#FC532E">
      All endpoints for lyrics, catalog, fingerprint, and analysis.
    </Card>

    <Card title="Enterprises" icon="building" href="/enterprises/overview" color="#FC532E">
      Guides for large-scale integration, feeds, and bulk lyrics submissions.
    </Card>

    <Card title="Integrations" icon="bolt" href="/integrations/overview" color="#FC532E">
      Use Musixmatch directly in tools like n8n, Zapier, ChatGPT, Claude and more.
    </Card>
  </CardGroup>

  ***

  ## Popular resources

  <CardGroup cols={2}>
    <Card title="Quickstart" href="/getting-started">
      Start using the Musixmatch Pro API in minutes.
    </Card>

    <Card title="Lyrics & Catalog API" href="/api-reference/lyrics-catalog/lyrics-catalog-overview">
      Get lyrics, translations, and other metadata.
    </Card>

    <Card title="Fingerprint (Sentinel)" href="/api-reference/fingerprint/fingerprint-overview">
      Detect copyrighted lyrics at scale.
    </Card>

    <Card title="Analysis (Lens)" href="/api-reference/analysis/analysis-overview">
      Analyze lyrics to extract enriched insights.
    </Card>
  </CardGroup>

  <div style={{marginBottom: '4rem'}} />
</div>
