# Speech to Text

- [Batch API](https://api-docs.vbee.vn/vbee-api/speech-to-text/batch-api.md): API hỗ trợ chế độ xử lý bất đồng bộ cho các tệp audio dài hoặc tác vụ cần thời gian xử lý lớn.
- [Get transcript](https://api-docs.vbee.vn/vbee-api/speech-to-text/get-transcript.md): Lấy lại (truy xuất) một transcript đã được tạo trước đó bằng transcriptId
- [Realtime API](https://api-docs.vbee.vn/vbee-api/speech-to-text/realtime-api.md): API với chế độ sync phù hợp với các tệp audio ngắn, cho phép xử lý và trả kết quả ngay trong response mà không cần polling. Thời gian phản hồi trung bình ~ 500ms, tối đa 1s.
- [Callback API](https://api-docs.vbee.vn/vbee-api/speech-to-text/callback-api.md): Callback API áp dụng với Batch API và Realtime API (optional)
- [Streaming API](https://api-docs.vbee.vn/vbee-api/speech-to-text/streaming-api.md): Streaming API cho phép client gửi audio liên tục theo thời gian thực (realtime) qua WebSocket và nhận kết quả nhận dạng ngay lập tức (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/speech-to-text.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.
