OpenAPI · Live-Playground

Alle Endpunkte erkunden und echte Requests im Browser ausführen

Scalar lädt das live OpenAPI-Schema (gespiegelt unter /api/openapi). Authentifizierung wie im Dashboard (Bearer Firebase-ID-Token) oder mit X-API-Key aus Konto → API-Schlüssel. HTML-/admin-Routen sind für Betrieb — hinter Edge oder VPN absichern.

Evolving

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. 1

    Prototype with the desktop app

    Ship hero experiences for Discord and OBS using the consumer app while API streaming matures.

  2. 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. 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. 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"
Preview the live workspace
The dashboard highlights what is coming and links back to API docs so product and engineering share vocabulary.

Selling realtime to execs? Pair this story with benchmark data from the landing page hero metrics.