Authentication
The Conductify AI API uses API keys for authentication. Each API key can be scoped to specific functionalities to enhance security and access control.
warning
- Your API key is confidential—never share it or expose it in client-side code (e.g., browsers, mobile apps).
All API requests must include your API key in the x-api-key HTTP header, formatted as follows:
x-api-key: $API_KEY
Authorize API Key
- Access to Conductify AI API Keys Management, select the API Key you want to use then click on the Copy icon to copy specific API Key

Example curl command:
curl "https://studio.conductify.ai"
-H "x-api-key: $API_KEY"