# Aivoov

AiVOOV is an AI-driven text-to-speech platform that converts written text into natural-sounding voiceovers, offering over 1,000 voices across 150+ languages.

- **Category:** artificial intelligence
- **Auth:** API_KEY
- **Composio Managed App Available?** N/A
- **Tools:** 1
- **Triggers:** 0
- **Slug:** `AIVOOV`
- **Version:** 20260211_00

## Tools

### List Voices

**Slug:** `AIVOOV_LIST_VOICES`

Retrieves available text-to-speech voices from AiVOOV. Returns voice details including voice_id (required for audio creation), name, gender, and language information. Use language_code parameter to filter voices by language. Rate limited to 20 daily calls - consider caching results.

#### Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `language_code` | string | No | Optional BCP-47 language code to filter voices by language (e.g., 'en-US' for American English, 'es-ES' for Spanish, 'fr-FR' for French). If not provided, returns all 2300+ available voices across 155+ languages. |

#### Output

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `data` | string | Yes | Data from the action execution |
| `error` | string | No | Error if any occurred during the execution of the action |
| `successful` | boolean | Yes | Whether or not the action execution was successful or not |
