AyaSpeech Logo

Getting Started

AyaSpeech provides speech-to-text, machine translation, and text-to-speech APIs for African languages. Get up and running in three steps.

1. Create an account

Sign up with your email. You'll receive a verification link to confirm your address and set a password.

2. Get your API token

After logging in, choose your tier (Free or Premium) and activate your token. The token is shown once, save it securely.

3. Make your first request

Include your token in the x-api-token header:

curl -X POST "https://api.ayaspeech.ayadata.ai/translate" \
  -H "x-api-token: your_api_token" \
  -H "Content-Type: application/json" \
  -d '{"text": "Hello, how are you?", "source_lang_name": "English"}'

Base URL

https://api.ayaspeech.ayadata.ai

All endpoints are relative to this base URL.