Skip to main content

Changelog

v1.0 — July 2026

Initial release of the VoiceLab360 API v1.

Endpoints available at launch

  • POST /api/v1/speech/tts — Text-to-speech
  • POST /api/v1/speech/stt — Speech-to-text transcription
  • POST /api/v1/speech/voice-changer — Voice transformation
  • POST /api/v1/speech/isolator — Audio isolation
  • POST /api/v1/speech/dubbing — Automated dubbing
  • POST /api/v1/creative/sound — Sound design generation
  • POST /api/v1/creative/music — Music generation
  • POST /api/v1/creative/daw — DAW project export
  • GET /api/v1/studios/discover — Studio discovery
  • GET /api/v1/studios/{id}/availability — Studio availability
  • POST /api/v1/studios/{id}/book — Studio booking
  • GET /api/v1/workforce/discover — Talent discovery
  • GET /api/v1/workforce/search — Talent search
  • POST /api/v1/workforce/campaign — Campaign creation
  • POST /api/v1/workforce/licensing — License requests
  • GET /api/v1/workforce/media — Media retrieval
  • GET /api/v1/agents — Voice Agents
  • GET /api/v1/buyers/verification — Buyer verification

Platform notes

  • All endpoints require API key authentication via Authorization: Bearer header
  • Sandbox and production environments are fully isolated
  • Credits are charged only on successful responses (HTTP 200)
  • Rate limits are enforced per API key