Skip to main content
1

Create an account + Generate an API Key

Log into qualifire or create an account. Once you have an account, you can generate an API key.
2

Set QUALIFIRE_API_KEY as an environment variable

3

Modify the base path and add a X-Qualifire-Api-Key header

If you created a direct integration, you can omit the defaultHeaders property.
Use environment variables for all API keys. Never hardcode keys in your source code.
Make sure to use the correct base URL: https://proxy.qualifire.ai/api/providers/openai (no trailing slash). A trailing slash may cause routing issues with some SDK versions.