# 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.
- [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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
