API Keys

Manage your API keys to authenticate requests to the VoiceAI API.

NameKeyCreatedLast UsedStatusActions
vpn_key

No API keys yet

Create your first key to get started with the API.

rocket_launchQuick Start Guide

linkAPI Base URL

https://api.voiceai.com/v1

lockAuthorization Header

xi-api-key: YOUR_API_KEY

terminalExample Request

curl -X POST "https://api.voiceai.com/v1/text-to-speech/{voice_id}" \
  -H "Content-Type: application/json" \
  -H "xi-api-key: YOUR_API_KEY" \
  -d '{
    "text": "Hello world!",
    "model_id": "eleven_multilingual_v2"
  }'
menu_book

Need more help?

Check out our full API documentation for detailed guides and examples.

View API Docsarrow_forward