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

# ANT API

- [Balance](https://doc1.antgst.com/ant-api/balance.md)
- [Retrieve balance](https://doc1.antgst.com/ant-api/balance/retrieve-balance.md): Retrieves the current account balance.
- [Sms](https://doc1.antgst.com/ant-api/sms.md)
- [Marketing SMS](https://doc1.antgst.com/ant-api/sms/marketing-sms.md)
- [Send Marketing SMS](https://doc1.antgst.com/ant-api/sms/marketing-sms/send-marketing-sms.md): Send marketing SMS
- [Send Bulk Marketing SMS](https://doc1.antgst.com/ant-api/sms/marketing-sms/send-bulk-marketing-sms.md): Send bulk marketing SMS
- [Send Bulk Marketing SMS(multiple message contents)](https://doc1.antgst.com/ant-api/sms/marketing-sms/send-bulk-marketing-sms-multiple-message-contents.md): Send bulk marketing SMS,multiple message contents
- [Scheduled Marketing SMS](https://doc1.antgst.com/ant-api/sms/marketing-sms/scheduled-marketing-sms.md): Send scheduled marketing SMS
- [Marketing SMS CallBack](https://doc1.antgst.com/ant-api/sms/marketing-sms/marketing-sms-callback.md): dr who pushes marketing SMS via get request
- [OTP SMS](https://doc1.antgst.com/ant-api/sms/otp-sms.md)
- [Send OTP SMS](https://doc1.antgst.com/ant-api/sms/otp-sms/send-otp-sms.md): Send normal otp SMS
- [OTP SMS CallBack](https://doc1.antgst.com/ant-api/sms/otp-sms/otp-sms-callback.md): dr who pushes OTP  SMS via get request
- [OTP Backfill Interface](https://doc1.antgst.com/ant-api/sms/otp-sms/otp-backfill-interface.md): OTP Backfill Interface
- [Notification SMS](https://doc1.antgst.com/ant-api/sms/notification-sms.md)
- [Send Notification SMS](https://doc1.antgst.com/ant-api/sms/notification-sms/send-notification-sms.md): Send notification SMS
- [Send Bulk Notification SMS](https://doc1.antgst.com/ant-api/sms/notification-sms/send-bulk-notification-sms.md): Send bulk Notification SMS
- [Scheduled Notification SMS](https://doc1.antgst.com/ant-api/sms/notification-sms/scheduled-notification-sms.md): Send scheduled Notification SMS
- [Notification SMS CallBack](https://doc1.antgst.com/ant-api/sms/notification-sms/notification-sms-callback.md): dr who pushes notificationSMS via get request
- [Voice](https://doc1.antgst.com/ant-api/voice.md)
- [Voice Number File](https://doc1.antgst.com/ant-api/voice/voice-number-file.md)
- [Voice File](https://doc1.antgst.com/ant-api/voice/voice-file.md)
- [Group Call](https://doc1.antgst.com/ant-api/voice/group-call.md)
- [Call](https://doc1.antgst.com/ant-api/voice/call.md)
- [Call the phone](https://doc1.antgst.com/ant-api/voice/call/call-the-phone.md): API to call the phone, You must log in to the phone first
- [Call record callback](https://doc1.antgst.com/ant-api/voice/call/call-record-callback.md): This interface needs to be provided by the customer, and the customer needs to tell us the interface address for configuration. After the call recording is generated, we will push the result to this i
- [Call Callback](https://doc1.antgst.com/ant-api/voice/call/call-callback.md): dr who pushes call via get request
- [坐席端SDK](https://doc1.antgst.com/ant-api/voice/zuo-xi-duan-sdk.md)
- [Outbound Task](https://doc1.antgst.com/ant-api/voice/outbound-task.md): API for submitting proportional call tasks.
- [Webhook](https://doc1.antgst.com/ant-api/voice/webhook.md)
- [Call code](https://doc1.antgst.com/ant-api/voice/call-code.md): 外呼任务、群呼任务呼叫状态码说明。
- [Seat](https://doc1.antgst.com/ant-api/voice/seat.md)
- [Seat Group](https://doc1.antgst.com/ant-api/voice/seat-group.md)
- [RCS](https://doc1.antgst.com/ant-api/rcs.md)
- [Voip](https://doc1.antgst.com/ant-api/voip.md)
- [IVR](https://doc1.antgst.com/ant-api/voip/ivr.md)
- [IVR File Upload](https://doc1.antgst.com/ant-api/voip/ivr/ivr-file-upload.md)
- [IVR Task](https://doc1.antgst.com/ant-api/voip/ivr/ivr-task.md)
- [IVR Callback](https://doc1.antgst.com/ant-api/voip/ivr/ivr-callback.md): dr who pushes IVR via get request
- [Phone Number Validation](https://doc1.antgst.com/ant-api/phone-number-validation.md)
- [HLR Sever](https://doc1.antgst.com/ant-api/phone-number-validation/hlr-sever.md)
- [VOICE HLR](https://doc1.antgst.com/ant-api/phone-number-validation/voice-hlr.md)
- [Check Number Status](https://doc1.antgst.com/ant-api/phone-number-validation/check-number-status.md)


---

# 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://doc1.antgst.com/ant-api.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.
