> For the complete documentation index, see [llms.txt](https://developers.textcus.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.textcus.com/overview.md).

# OVERVIEW

- [Send SMS (v1)](https://developers.textcus.com/overview/send-sms-v1.md): The HTTP API enables you to send SMS quickly. To send an SMS, simply call the following URL with the relevant parameters appended to the URL, as shown below:
- [Send SMS (v2)](https://developers.textcus.com/overview/editor.md): Here are different ways you can send SMS and OTP to your users through these endpoints.
- [Quick Send](https://developers.textcus.com/overview/editor/quick-send.md): The HTTP API enables you to send SMS quickly. To send an SMS, simply call the following URL with the relevant parameters appended to the URL, as shown below:
- [Send Multiple SMS](https://developers.textcus.com/overview/editor/send-multiple-sms.md): To send multiple SMS at a go, you need to implement a way to loop the contact with foreach or you can just append a comma (,) after every contact number.
- [Sender IDs](https://developers.textcus.com/overview/sender-ids.md): You can add and retrieve sender IDs through this endpoints. Follow the documentation to be able to achieve this.
- [List Senders](https://developers.textcus.com/overview/sender-ids/list-senders.md): A list of all senders may be obtained using this endpoint. For emphasis on specific results, you can add filters based on sender status, either approved or not approved.
- [Add Senders](https://developers.textcus.com/overview/sender-ids/add-senders.md): Adding new sender may be obtained using this endpoint. For emphasis on specific results, you can add the following parameters when creating new sender.
- [Check Sender Status](https://developers.textcus.com/overview/sender-ids/check-sender-status.md): A sender's status may be obtained using this endpoint for emphasis on specific results on sender status and whitelisting status.
- [Account Balance](https://developers.textcus.com/overview/account-balance.md): TextCus Balance API allows you to retrieve your total sms, email & wallet balance information from your account. This endpoint can also help you create notifications when your balance is going low.
- [One Time Password (OTP)](https://developers.textcus.com/overview/one-time-password-otp.md): This endpoint is used for verification process when authenticating a user on your platform.
- [Email SMTP](https://developers.textcus.com/overview/email-smtp.md): This endpoint is used for Email SMTP when sending emails to a user on your platform.
- [USSD Integration](https://developers.textcus.com/overview/ussd-integration.md): Go beyond apps — reach every mobile user offline with our seamless USSD integration.
- [Whatsapp](https://developers.textcus.com/overview/whatsapp.md): TextCus is a messaging platform enabling businesses to communicate with customers via WhatsApp Cloud API, including OTPs, notifications, and support.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers.textcus.com/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
