The API Key section is locked until you have added at least 10 active questions to your instance. Once that threshold is reached, the section unlocks automatically.
How to generate
1
Go to the API Key area
Open your Zelinqa NBQ Studio and click API Key in the navigation.
2
Click Generate Key
A new key is created immediately.
3
Copy the key now
The key is displayed only once. Copy it and store it in a secure location before closing the page.
Key format
Every NBQ Engine API key starts withnbq_live_:
Store the key safely
Never put the key directly in your code. Use an environment variable:os.environ["NBQ_API_KEY"] or equivalent.
Use the key in API requests
Pass the key in theAuthorization header of every request: