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

# Overview

Saino First Voice call or messaging is an automated way to call multiple numbers to deliver a voice message via call that was prerecorded or converted from a text. Also known as Voice SMS or robocalling or Voice broadcast, it delivers voice messages to any fixed or mobile phone in the world.&#x20;

**2-Factor Authentication**

It helps companies to deliver PINs for 2-Factor Authentication and transactional messages in a quicker way and ensures 100% delivery via retry methods. &#x20;

Businesses use Voice messaging to inform their customers of their latest marketing offers. It is especially effective for spreading time-sensitive messages like emergency messages, last-minute updates, to generate an opinion on a certain matter, send political campaigns etc. Voice messaging helps companies to save money because it eliminates the need for call centers to spread messages via Call.

**Voice API**

Saino First's Voice API is a simple REST API. For an originating Voice call, you submit a POST HTTP request with a well-structured body and in response, you get a confirmation from our system.&#x20;

**Testing with Postman - Use below settings**

![](/files/-MC72T5VlBGlKgZAZ32h)

![](/files/-MC72Xd8R_XX8EOeV14X)


---

# 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://apidocs.saino.io/voice-api/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.
