# API cho nhà phát triển

- [API chuyển văn bản thành giọng nói](https://help.everai.vn/api-docs/text-to-speech.md): EverAI TTS API được thiết kế như một HTTPS server nhận yêu cầu (request) cùng các tham số và trả về response tương ứng với yêu cầu và tham số đã gửi.
- [\[POST\] Text to speech](https://help.everai.vn/api-docs/text-to-speech/post-text-to-speech.md)
- [\[GET\] Get Request](https://help.everai.vn/api-docs/text-to-speech/get-get-request.md)
- [\[GET\] Get Callback Result](https://help.everai.vn/api-docs/text-to-speech/get-get-callback-result.md)
- [API lồng tiếng bằng AI](https://help.everai.vn/api-docs/voice-dubbing.md): Coming soon


---

# 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://help.everai.vn/api-docs.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.
