# IVR Phone Menu Voice Prompts - Text to Speech

**Use case:** 

Turn "press 1 for sales" menu text into clear IVR voice prompts for your phone system, exported as AAC. Telephony-ready greetings without studio time.

## Input

```json
{
  "text": "Thank you for calling Brightline Plumbing. For new bookings, press one. For an existing appointment, press two. To speak with our office, press three, or stay on the line and someone will be right with you.",
  "voice": "shimmer",
  "model": "tts-1",
  "format": "aac",
  "speed": "0.95"
}
```

## Output

```json
{
  "index": {
    "label": "Index"
  },
  "voice": {
    "label": "Voice"
  },
  "format": {
    "label": "Format"
  },
  "durationSeconds": {
    "label": "Duration seconds"
  },
  "characters": {
    "label": "Characters"
  },
  "audioUrl": {
    "label": "Audio",
    "format": "link"
  },
  "textPreview": {
    "label": "Text preview"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Text-to-Speech Voiceover](https://apify.com/dami_studio/ai-tts-voiceover) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dami_studio/ai-tts-voiceover) to learn more, explore other use cases, and run it yourself.