Getting Started

Making requests

Make your first request to the Text-to-Speech (TTS) API and get started with the powerful features.

After setting up your account and obtaining your API key, setup webhooks, you can start making requests to the Text To Speech OpenAI (TTS) API. This guide will walk you through the process of making your first request and provide examples of how to use the API to generate speech from text.

curl -X POST https://api.ttsopenai.com/uapi/v1/text-to-speech \
  -H "Content-Type: application/json" \
  -H "x-api-key: <your api key>" \
  -d '{
    "model": "tts-1",
    "voice_id": "OA001",
    "speed": 1,
    "input": "Hello, my name is OpenAI. I am a text-to-speech model."
  }' \
You can find the voice IDs in Voice Library page.

The website is jointly operated by A2ZAI LTD No:16078579 Registered address at 83 Green Lanes, London, England, N13 4BS
Copyright © 2025