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

## Welcome to Mifumo SMS API Documentation

Build powerful SMS messaging solutions with our comprehensive REST API. Send messages, manage contacts, create campaigns, and more.

<Card title="Get Started" icon="rocket" href="/api-reference/introduction" horizontal>
  Start integrating with our API in minutes. View the complete API reference and authentication guide.
</Card>

## Quick Links

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/api-reference/authentication/login">
    Learn how to authenticate and manage tokens
  </Card>

  <Card title="Send SMS" icon="message" href="/api-reference/sms-operations/send-sms">
    Send SMS messages to any phone number
  </Card>

  <Card title="Manage Contacts" icon="users" href="/api-reference/contact-management/list-contacts">
    Create and manage your contact lists
  </Card>

  <Card title="Campaigns" icon="megaphone" href="/api-reference/campaign-management/list-campaigns">
    Create and manage SMS campaigns
  </Card>

  <Card title="Templates" icon="file-text" href="/api-reference/template-management/list-templates">
    Use templates for consistent messaging
  </Card>

  <Card title="Billing" icon="credit-card" href="/api-reference/billing-payments/sms-packages">
    Purchase SMS packages and manage payments
  </Card>
</CardGroup>

## API Overview

**Base URL:** `https://mifumosms.mifumolabs.com/api/`
**API Version:** 1.0
**Authentication:** JWT Bearer Token

### Key Features

* **Send SMS** - Send individual or bulk SMS messages
* **Contact Management** - Organize contacts with tags and attributes
* **Campaign Management** - Create and schedule SMS campaigns
* **Templates** - Reusable message templates with variables
* **Analytics** - Track delivery rates and campaign performance
* **Billing** - Purchase SMS packages and manage payments

## Getting Started

1. **Register** - Create your account via the [Register endpoint](/api-reference/authentication/register)
2. **Authenticate** - [Login](/api-reference/authentication/login) to get your access token
3. **Send SMS** - Start sending messages using the [Send SMS endpoint](/api-reference/sms-operations/send-sms)

<Tip>
  All authenticated endpoints require a Bearer token in the Authorization header. See the [API Reference Guide](/essentials/api-reference) for detailed examples.
</Tip>

## Support

Need help? Contact us:

* **Email**: [support@mifumolabs.com](mailto:support@mifumolabs.com)
* **Documentation**: [https://docs-sms.mifumolabs.com](https://docs-sms.mifumolabs.com)
