# Revocalize AI API Documentation ## Docs - [Create Model](https://docs.revocalize.ai/api-reference/models/create.md): This endpoint creates a new AI voice model. The model is created in a pending state. You must [train the model](/api-reference/training/train) before it can be used for synthesis. - [Get Available Models](https://docs.revocalize.ai/api-reference/models/get.md): The ```/models``` endpoint returns the available AI Voice Models for your Revocalize account. Any of the available models can be used in the [Voice Synthesis API](/api-reference/synthesis/create) to create audio generations. - [Convert Audio File](https://docs.revocalize.ai/api-reference/synthesis/create.md): This endpoint takes a WAV vocal audio file and returns a URL string with the converted vocals audio file. - [Check Task Status](https://docs.revocalize.ai/api-reference/synthesis/get.md): This endpoint checks the status of a conversion task. This is useful if you want to check the status of a task that you submitted to the [convert audio file endpoint](/api-reference/synthesis/create). - [Creating AI Voices](https://docs.revocalize.ai/api-reference/training/get.md): Start training custom AI voice models with Revocalize. - [Train Model](https://docs.revocalize.ai/api-reference/training/train.md): Train a custom AI voice model after [creating it](/api-reference/models/create) in a pending state. - [Setup Authentication](https://docs.revocalize.ai/authentication.md): To get started using the Revocalize API, you'll need to generate an API Key through your Revocalize dashboard: [www.revocalize.ai/settings/api-keys](https://www.revocalize.ai/settings/api-keys). - [Revocalize AI API Documentation 🎙️ (BETA)](https://docs.revocalize.ai/introduction.md): ✨ Create ultra-realistic AI Voices in seconds – with just a few lines of code. ✨ ## Optional - [Partners Program](https://www.revocalize.ai/affiliate) - [Try Live Demo](https://www.revocalize.ai/ai-voice-generator) - [Download Audio Plugin](https://www.revocalize.ai/download-audio-plugin) - [Python SDK](https://github.com/Revocalize/revocalize-python) - [Contact Us](mailto:contact@revocalize.ai)