Explora cada endpoint y ejecuta peticiones reales en el navegador
Scalar carga el esquema OpenAPI en vivo (espejo en /api/openapi). Autenticación como el panel (Bearer token de Firebase) o con X-API-Key desde Cuenta → claves API. Las rutas HTML /admin son para operaciones — protégelas en el perímetro o VPN.
Live voice changing: product vision + API reality
Stream-transformed audio is the holy grail for Discord, OBS, and telehealth. Voicechanger.co ships the desktop experience today while we harden the API surface for sub-second pipelines.
Live audio in, transformed audio out
Set expectations with your players and customers
Gamers and creators want zero perceived latency. That requires UDP-friendly clients, jitter buffers, and GPU scheduling that look nothing like a REST POST.
VoiceChangerAPI already excels at deterministic, auditable jobs—perfect for trailers, ads, and assistants. Live routes will expose the same auth and metering, just over sessions instead of forms.
Until then, combine batch TTS/cloning for pre-rendered assets with the desktop live app for real-time wow moments.
What you can integrate today
Use this page to align stakeholders; technical execution still flows through batch endpoints or the desktop client.
- 1
Prototype with the desktop app
Ship hero experiences for Discord and OBS using the consumer app while API streaming matures.
- 2
Automate assets with batch TTS
Generate VO lines, alerts, and NPC dialogue via /v1/voice-cloning/tts with async_mode tuned to your UX.
- 3
Centralize voices
Store speakers in /v1/custom-voices so both live and batch surfaces pull from the same UUID catalog when streaming launches.
- 4
Track the Scalar changelog
New websocket or WebRTC routes will appear beside the REST catalog with the same OpenAPI discipline.
Batch companion snippet
This is the closest API analogue until streaming ships.
POST /v1/voice-cloning/tts \ -F text="Line delivered in-game" \ -F async_mode=true \ -F custom_voice_id="$UUID"
Selling realtime to execs? Pair this story with benchmark data from the landing page hero metrics.