OpenAPI · Bac à sable live

Parcourir l’API complète dans Scalar

Integrations use X-API-Key (Dashboard → API keys) on every request. Raw schema: /api/openapi.

API développeurs

VoiceChangerAPI

API vocales orientées production : crédits, jobs durables et confidentialité stricte des données utilisateurs.

Built like infrastructure, documented like a product

VoiceChangerAPI is the same stack that powers Voicechanger.co: durable jobs in Postgres, Redis-backed rate limits, presigned object storage, and GPU inference behind a thin FastAPI surface. You integrate once; we absorb spikes, retries, and long-running work.

Whether you are shipping a SaaS feature or an internal tool, you call the same production stack with API keys: scripts, servers, and CI send X-API-Key on every request. Credits are reserved when work is queued so usage stays predictable.

Every guide below walks through the story first—who it is for, how the flow feels—then the exact REST calls. Prefer buttons to bytes? The dashboard panels run the identical endpoints with guided UX.

Use the Scalar playground on every page for exhaustive schemas; these guides focus on narrative, correct sequencing, and where to click when you do not want to touch curl.

Explore every endpoint

Each page opens with a live playground—then diagrams, REST flows, and Scalar schemas when you want the raw contract.

What runs under the hood

  • Postgres job ledger with explicit statuses and credit reservations
  • Redis queues + rate limits to protect inference
  • S3-compatible storage for uploads, references, and results
  • NVIDIA Triton pour synthèse vocale neuronale et transcription

Ship faster with the dashboard, scale with the API

Non-developers can generate audio, run batch STT, manage dubbing uploads, and mint API keys without reading OpenAPI. Developers get the same endpoints with full automation.

Stack local avec Docker : voice-changer-api/ops/up.sh