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

# SMS API Introduction

> Overview of the SMS API for Kairos Afrika.

# SMS API

<Note>
  This section provides an overview of the SMS API. Use these endpoints to send,
  retrieve, and manage SMS messages through Kairos Afrika.
</Note>

## Authentication

SMS API uses API key and secret headers for authentication:

```
x-api-key: YOUR_API_KEY
x-api-secret: YOUR_API_SECRET
```

You can obtain your API credentials from the [SMS Dashboard](https://sms.kairosafrika.com).

## Base URLs

* **Staging**: `https://api.staging.kairosafrika.com/v1`
* **Production**: `https://api.kairosafrika.com/v1`

## What You Can Do

* Send SMS messages to any phone number in Africa
* Retrieve the status and details of sent messages
* Delete messages as needed
* Send bulk SMS messages
* Resend messages

## Endpoints

* [Send a Message](./endpoint/send-message)
* [Send Bulk Messages](./endpoint/send-bulk)
* [Resend Message](./endpoint/resend)
* [Get Message Details](./endpoint/get)
* [Delete a Message](./endpoint/delete)
* [Get Balance](./endpoint/get-balance)

***

> **Tip:** Click on an endpoint to see usage examples and integration details.
