Skip to main content

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

API Documentation

Example curl command:

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