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

# AI API

- [Text To Speech API](https://api.omicall.com/omicall-api/ai-api/text-to-speech-api.md): Các API cơ bản dùng để chuyển giọng nói thành văn bản hoặc chuyển văn bản thành giọng nói
- [Speech To Text API](https://api.omicall.com/omicall-api/ai-api/speech-to-text-api.md): API phục vụ phân tích âm thanh thành giọng nói
- [Gọi tự động sử dụng callBot](https://api.omicall.com/omicall-api/ai-api/autocall.md): API gọi tự động
- [Phân tích cuộc gọi](https://api.omicall.com/omicall-api/ai-api/phan-tich-cuoc-goi.md)
- [Voice Insights API](https://api.omicall.com/omicall-api/ai-api/voice-insights-api.md): API phục vụ phân tích file ghi âm


---

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

```
GET https://api.omicall.com/omicall-api/ai-api.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.
