Skip to main content
Maya1 API enables you to generate emotionally intelligent speech using pre-designed voice characters. Perfect for creating consistent brand voices, characters for games, or personalized voice experiences.

Overview

The Maya1 API provides high-quality AI speech generation using pre-designed voice characters. Each voice has distinct characteristics optimized for specific use cases.

Character Library

Access pre-designed voices with distinct personalities

Emotional Intelligence

Built-in support for emotional tags and natural expression

Streaming Support

Real-time audio streaming for interactive applications

Easy to Use

Simple API with consistent, high-quality output

Available Voices

Realistic Voices:
  • Ava
  • Chloe
  • Liam
  • Noah
  • James
  • Emma
  • Sophie
  • Oliver
Creative Character Voices:
  • AnimatedCartoon
  • Anime
  • Flirty
  • Seductively
  • AIMachineVoice
  • Cyborg
  • AlienSciFi
  • Pirate
  • Gangster
  • DarkVillain
  • Demon
Use the Get Characters endpoint to preview sample audio for each voice.

API Reference

Authentication

All requests require authentication using an API key in the X-API-Key header.
X-API-Key: maya_YOUR_API_KEY_HERE

Endpoints

How It Works

Choose a voice character and generate speech with a simple API call:
{
  "voice_id": "Ava",
  "text": "Welcome back to another episode of our podcast! Today we are diving into an absolutely fascinating topic.",
  "stream": false
}
Browse all available voices using the Get Characters endpoint to find the perfect voice for your needs.

Streaming Options

  • Streaming (stream: true)
  • Non-Streaming (stream: false)
Get audio chunks in real-time as they’re generated
  • Best for interactive applications
  • Lower latency
  • Start playback immediately

Use Cases

Podcasts

Host and guest voices with natural flow

Audiobooks

Character narration with emotional range

Gaming

Unique character voices

Brand Voice

Consistent voice across touchpoints

E-Learning

Engaging educational content

Customer Service

Automated support voices
Pro tip: Select the right voice once and reuse it across your application for consistent brand voice and optimal performance.
I