# Text to Speech

- [Batch API](https://api-docs.vbee.vn/vbee-api/text-to-speech/batch-api.md): API hỗ trợ chế độ xử lý bất đồng bộ cho các tệp văn bản dài hoặc tác vụ cần thời gian xử lý lớn.
- [Callback API](https://api-docs.vbee.vn/vbee-api/text-to-speech/callback-api.md): Callback API chỉ áp dụng với Batch API
- [Get request](https://api-docs.vbee.vn/vbee-api/text-to-speech/get-request.md): Lấy thông tin của request bằng cách gọi API
- [Realtime API](https://api-docs.vbee.vn/vbee-api/text-to-speech/realtime-api.md): API với chế độ sync phù hợp với các tệp văn bản ngắn, cho phép xử lý và trả kết quả ngay trong response. Thời gian phản hồi trung bình ~ 500ms, tối đa 1s.


---

# 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-docs.vbee.vn/vbee-api/text-to-speech.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.
