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

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