# TwinTune API

## TwinTune API

- [Requesting an API Key](https://docs.twintune.ai/twintune/getting-started/requesting-an-api-key.md)
- [POST VC Inference](https://docs.twintune.ai/twintune/api-endpoints/post-vc-inference.md)
- [POST TTS Inference](https://docs.twintune.ai/twintune/api-endpoints/post-tts-inference.md)
- [GET VC Inference](https://docs.twintune.ai/twintune/api-endpoints/get-vc-inference.md)
- [GET TTS Inference](https://docs.twintune.ai/twintune/api-endpoints/get-tts-inference.md)
- [GET VC Models](https://docs.twintune.ai/twintune/api-endpoints/get-vc-models.md)
- [List TTS Models](https://docs.twintune.ai/twintune/types-and-limits/list-tts-models.md)
- [Inference Job](https://docs.twintune.ai/twintune/types-and-limits/inference-job.md): Represents an inference job that has been created through the API.
- [VC Model](https://docs.twintune.ai/twintune/types-and-limits/vc-model.md): Represents the models created by Twintune for the use of the API
- [Paginated Response](https://docs.twintune.ai/twintune/types-and-limits/paginated-response.md): All list endpoints will return a paginated response of this form.
- [Pagination Meta](https://docs.twintune.ai/twintune/types-and-limits/pagination-meta.md): Meta properties on each paginated request.
- [Rate Limits](https://docs.twintune.ai/twintune/types-and-limits/rate-limits.md)
- [Build your Dataset](https://docs.twintune.ai/twintune/tips-and-recommendations/build-your-dataset.md)
- [Audio Recording](https://docs.twintune.ai/twintune/tips-and-recommendations/audio-recording.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.twintune.ai/twintune/getting-started/requesting-an-api-key.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.
