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

# Welcome to Conversales AI

> WhatsApp Business API Integration Made Simple

<img className="block dark:hidden" src="https://mintcdn.com/conversalesai/uz3Y6ezLIf5Tf-yp/images/hero-light.png?fit=max&auto=format&n=uz3Y6ezLIf5Tf-yp&q=85&s=d08938ee6cfa95fe901cc959a4984825" alt="Conversales AI Hero Light" width="2064" height="1104" data-path="images/hero-light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/conversalesai/uz3Y6ezLIf5Tf-yp/images/hero-dark.png?fit=max&auto=format&n=uz3Y6ezLIf5Tf-yp&q=85&s=cb8f70097de14742a1bf9e0586bb87a8" alt="Conversales AI Hero Dark" width="2064" height="1104" data-path="images/hero-dark.png" />

## About Conversales AI

Conversales AI provides a powerful and easy-to-use API for integrating WhatsApp Business messaging into your applications. Send text, images, videos, documents, audio, and location messages programmatically.

## Quick Start

<CardGroup cols={2}>
  <Card title="API Introduction" icon="book-open" href="/api-reference/introduction">
    Get started with authentication and basic concepts
  </Card>

  <Card title="Get API Key" icon="key" href="https://dashboard.conversales.in">
    Visit the Dashboard to generate your API key
  </Card>

  <Card title="Send Text Message" icon="message" href="/api-reference/chat/send-text-message">
    Learn how to send your first WhatsApp message
  </Card>

  <Card title="Create Templates" icon="file-invoice" href="/api-reference/template/create-template">
    Create and manage WhatsApp message templates
  </Card>
</CardGroup>

## Core Features

<CardGroup cols={3}>
  <Card title="Authentication" icon="shield-halved">
    Secure API key-based authentication for all requests
  </Card>

  <Card title="Chat Operations" icon="comments">
    Send text, media, documents, audio, and location messages
  </Card>

  <Card title="Template Management" icon="layer-group">
    Create, update, and manage WhatsApp message templates
  </Card>

  <Card title="Message Status" icon="circle-check">
    Track message delivery and read status in real-time
  </Card>

  <Card title="Rate Limiting" icon="gauge-high">
    Built-in rate limiting to ensure fair usage
  </Card>

  <Card title="Webhooks" icon="webhook">
    Receive real-time updates for message events
  </Card>
</CardGroup>

## API Endpoints

### Chat Operations

* **Send Text Message** - Send text messages via WhatsApp
* **Send Image** - Share images with captions
* **Send Video** - Share video content
* **Send Document** - Send PDFs and other documents
* **Send Audio** - Share audio files
* **Send Location** - Share geographic locations
* **Check Message Status** - Track message delivery

### Template Operations

* **Create Template** - Design new message templates
* **Get Template** - Retrieve template details
* **Get All Templates** - List all your templates
* **Update Template** - Modify existing templates
* **Delete Template** - Remove templates
* **Get Template List** - Filter and search templates

## Support

Need help? We're here for you!

<Card title="Contact Support" icon="headset" href="mailto:support@conversales.in">
  Reach out to our support team for assistance
</Card>

## Base URL

All API requests should be made to:

```
https://backend.conversales.in/api/v1
```

<Note>
  Make sure to include your API key in the `X-API-Key` header for all external
  API requests.
</Note>
