Getting Started
Authentication
We offer a secure and user-friendly authentication process to protect your data and account.
API Keys
The Phonix (SYNTHESIS) API uses API keys for authentication. You can create and manage your API keys in the Service Integration section.
Your API key is confidential—never expose it in publicly accessible areas such as GitHub or client-side code. If you suspect your API key has been compromised, you can regenerate it at any time. For production use, ensure all requests are routed through your backend server, where the API key can be securely stored in an environment variable or a key management service.
All API requests must include the API key in the x-api-key HTTP header, as shown below:
x-api-key: YOUR_API_KEYLast updated