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

# Introduction

Spoo.me is a powerful link management infrastructure platform that provides a comprehensive API for shortening URLs, managing analytics, and exporting data. Our API is designed to be fast, reliable, and easy to integrate into your applications.

<img src="https://mintcdn.com/spoome/hgLjSNO5bRPALV9S/images/banner-rounded.png?fit=max&auto=format&n=hgLjSNO5bRPALV9S&q=85&s=a8631c32d7074b9e8abe9683f85b7d36" alt="Spoo.me Banner" width="1200" height="600" data-path="images/banner-rounded.png" />

## Base URL

**API v1 (Recommended)**

```
https://spoo.me/api/v1
```

**API v0 (Legacy)**

```
https://spoo.me
```

## Key Features

<CardGroup cols={3}>
  <Card title="No Registration Required" icon="check" color="#A855F7">
    Start shortening URLs immediately without any signup process
  </Card>

  <Card title="API Access" icon="code" color="#A855F7">
    Full REST API with comprehensive endpoints for all operations
  </Card>

  <Card title="Advanced Analytics" icon="chart-line" color="#A855F7">
    Flexible filtering, grouping, and aggregation for comprehensive insights
  </Card>
</CardGroup>

## Quick Start

Get started with the Spoo.me API v1 in minutes:

<CardGroup cols={2}>
  <Card title="Create API Key" icon="key" href="/api-keys">
    Generate an API key for authenticated access with higher rate limits
  </Card>

  <Card title="Shorten URLs" icon="link" href="/api-reference/url-shortening/create-shortened-url">
    Learn how to shorten URLs with the v1 API
  </Card>

  <Card title="Manage URLs" icon="list-check" href="/api-reference/url-management/list-your-urls">
    List, update, and delete your shortened URLs
  </Card>

  <Card title="Advanced Analytics" icon="chart-line" href="/api-reference/analytics/url-statistics">
    Get comprehensive statistics with flexible filtering and grouping
  </Card>
</CardGroup>

## Tools & Libraries

<CardGroup cols={2}>
  <Card title="Python Library" icon="python" href="/tools/python-library">
    Official Python library for easy integration
  </Card>

  <Card title="SpooBot Discord Bot" icon="discord" href="/tools/spoobot">
    Discord bot for URL shortening and code examples
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Join our Discord" icon="discord" href="https://spoo.me/discord">
    Get help from our community and developers
  </Card>

  <Card title="Email Support" icon="mail" href="mailto:support@spoo.me">
    Contact us directly for technical support
  </Card>
</CardGroup>

<Card title="Write to us" icon="pencil" href="https://spoo.me/contact">
  Write to us if you have any questions or suggestions
</Card>
