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
Your API key is confidentialHandle 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#