# Duramo Lab - AI Voice Platform ## Overview Duramo Lab is an AI text-to-speech and voice cloning platform. Built for creators, developers, and enterprises who don't have time to waste. ## Features - **30+ Languages**: English, Spanish, French, Arabic, Hindi, Mandarin, and more. Each with multiple voice options. - **Voice Cloning**: Clone an authorized voice from a 30-second sample. Consent-tracked. Access-controlled. - **Sub-5-Second Generation**: Generate 30 seconds of audio in under 5 seconds. Long scripts auto-chunked. - **Fine-Tune Control**: Speech rate (0.5x-2x), pitch adjustment, emotional tones. Every parameter you need. - **Developer API**: REST API with JWT auth, versioned endpoints (/api/v1/), async processing, webhook callbacks. - **Enterprise-Grade Security**: Rate limiting, CSRF protection, security headers, signed media URLs, GDPR-compliant. ## Tech Stack - Django + Django REST Framework - Celery + Redis (async task queue) - PostgreSQL (Neon) - Inworld AI TTS Engine - Cloudflare CDN - Let's Encrypt SSL ## Pricing - **Free**: 35,000 lifetime credits. No card required. - **Starter**: $5/month — 1,000,000 credits, email support. - **Pro**: $10/month — 2,000,000 credits, 2 voice clones, priority support. - **Enterprise**: $20/month — 4,500,000 credits, 5 voice clones, priority support. ## API Documentation - API Base: https://duramolab.com/api/v1/ - Auth: JWT Bearer tokens - Endpoints: /api/v1/tts/, /api/v1/voices/, /api/v1/auth/ ## Quick Start 1. Sign up at https://duramolab.com/signup/ 2. Verify your email and obtain a JWT through `/api/v1/auth/login/` 3. Generate speech via `/api/v1/tts/synthesize/` 4. Poll `/api/v1/tts/history//status/` ## Key Links - Home: https://duramolab.com/ - About: https://duramolab.com/about/ - Security: https://duramolab.com/security/ - Pricing: https://duramolab.com/pricing/ - API Docs: https://duramolab.com/api-docs/ - Contact: support@duramolab.com