# OMICALL API

- [Tổng quan](https://api.omicall.com/omicall-api/overview.md)
- [Xác thực](https://api.omicall.com/omicall-api/authentication.md): API dùng để lấy access token thông qua API KEY được cung cấp. AcessToken là chuỗi mã hóa chứa thông tin của doanh nghiệp, có thời gian hết hạn là 24 giờ
- [Doanh nghiệp](https://api.omicall.com/omicall-api/tenant.md): Quản lý doanh nghiệp
- [Nhân viên](https://api.omicall.com/omicall-api/nhan-vien.md)
- [Khách hàng](https://api.omicall.com/omicall-api/khach-hang.md): API Khách hàng version 2
- [Tổng đài](https://api.omicall.com/omicall-api/call-center.md): Quản lý cấu hình tổng đài , số nội bộ
- [Lịch sử cuộc gọi](https://api.omicall.com/omicall-api/call-transaction.md): Quản lý thông tin lịch sử cuộc gọi
- [v2](https://api.omicall.com/omicall-api/call-transaction/v2.md)
- [Gọi tự động](https://api.omicall.com/omicall-api/autocall.md): API gọi tự động
- [Gọi tự động sử dụng callBot](https://api.omicall.com/omicall-api/autocall/autocall.md): API gọi tự động
- [Gọi tự động thông thường - API V2](https://api.omicall.com/omicall-api/autocall/goi-tu-dong-thong-thuong-api-v2.md)
- [Webhooks](https://api.omicall.com/omicall-api/webhooks.md): Quản lý Webhook
- [Click To Call](https://api.omicall.com/omicall-api/click-to-call.md)
- [API tiêu chí kịch bản](https://api.omicall.com/omicall-api/api-tieu-chi-kich-ban.md)
- [AI API](https://api.omicall.com/omicall-api/ai-api.md)
- [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
- [Đa kênh](https://api.omicall.com/omicall-api/da-kenh.md): API & Webhook đa kênh OMI được sử dụng khi khách hàng hoặc đối tác có sẵn hệ thống Chat (Live Chat) cần tích hợp thêm Chatbot OMI hoặc Nhân viên trực ở OMI
- [Ticket](https://api.omicall.com/omicall-api/ticket.md): Quản lý ticket


---

# 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://api.omicall.com/omicall-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.
