DashboardAPI DocsChangelogSystem StatusMy Account
DashboardAPI DocsChangelogSystem StatusMy Account
  1. API Docs
  • Introduction
  • Voice Library
  • API Authentication
  • Text to Speech API
    • WebSocket
    • Generate TTS
      POST
    • List Voices
      POST
  • VoxFX Effects API
    • Generate TTS with VoxFX
      POST
    • List VoxFX Effects
      GET
  • Voice Cloning API
    • Create Voice Clone
      POST
    • List Voice Clones
      GET
    • Get Single Voice
      GET
    • Edit Voice Clone
      PUT
    • Delete Voice Clone
      DELETE
  1. API Docs

API Authentication

The Voicemaker API requires authentication via API keys, which are sent in the HTTP Authorization request header as bearer tokens.
Your production API key should be included as follows:
Authorization: Bearer YOUR-API-KEY
INFO
Your API key is confidential
Handle it with the same care as a password or any other sensitive credential. Do not share it publicly or expose it in any client-side code (browser, app). If requests must go through your own backend server, securely load your API key from an environment variable or key management service.

Making requests#

Example cURL Request#

Modified at 2025-11-22 17:16:36
Previous
Voice Library
Next
WebSocket
Built with