MondialMondial AI Docs

MondialSpeech TTS

Complete API platform for text-to-speech, speech-to-text, music generation, voice management, and AI agents.

MondialSpeech TTS

Complete API platform for text-to-speech, speech-to-text, music generation, voice management, and AI agents with advanced billing system.

Features

  • Text-to-Speech (TTS): Convert text to natural speech
  • Speech-to-Text (STT): Convert audio to text
  • Music Generation: AI-powered music creation
  • Voice Management: Public and custom voices
  • Project Studio: Organize TTS projects
  • Agent Module: AI agents with separate billing
  • Billing System: Subscriptions and credit management
  • Admin Panel: User and system management

Quick Start

Authentication

# Login and get token
curl -X POST https://api.mondialspeech.com/api/v1/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email":"user@example.com","password":"P@ssw0rd!"}'

Basic TTS

# Generate speech
curl -X POST https://api.mondialspeech.com/api/v1/media/tts \
  -H "Authorization: Bearer <ACCESS_TOKEN>" \
  -H "Content-Type: application/json" \
  -d '{"text":"Hello from MondialSpeech!","voiceId":"<VOICE_GUID>","speed":"Fast"}' \
  -o output.mp3

Documentation Sections

API Resources