# API reference

Welcome to the KidJig TTS API Reference, your comprehensive guide to all available endpoints for text-to-speech conversion and related functionalities. This section provides detailed documentation on how to effectively interact with our TTS API, enabling you to integrate AI-driven speech synthesis capabilities into your applications seamlessly.

### Overview <a href="#overview" id="overview"></a>

The API Reference is structured to help developers understand the various endpoints, request formats, and response structures associated with text-to-speech conversion. Each endpoint is designed to facilitate specific interactions with the TTS models, allowing for a wide range of applications, from accessibility features to content creation.

### Key Features of the API Reference: <a href="#key-features-of-the-api-reference" id="key-features-of-the-api-reference"></a>

* **Endpoint Documentation**: Each endpoint is thoroughly documented, including the required parameters, request methods, and example requests and responses.
* **Error Handling**: Understand the different error codes and messages that may be returned, along with guidance on how to troubleshoot and resolve common issues.
* **Best Practices**: Get tips on how to optimize your API calls for performance and reliability, ensuring a smooth integration experience.
* **Interactive Examples**: Where applicable, explore interactive examples to see how the API works in real-time, helping you to visualize the integration process.

By utilizing this API Reference, you'll be equipped with the knowledge and tools needed to leverage the full potential of the KidJig API's text-to-speech capabilities. Dive in and start building voice-enabled applications today!


---

# 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://kidjig.gitbook.io/kidjig-docs/api-provider/voice-speech-models/api-reference.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.
