Skip to main content
To use the public API, you can send an API key in one of two ways. The backend accepts both formats on public /v1 routes. Get API key

Option 1: Add it to the header

curl -H "x-api-key: YOUR_API_KEY" https://api.felixfusion.ai/v1/datasets

Option 2: Use the api_key query parameter

curl "https://api.felixfusion.ai/v1/datasets?api_key=YOUR_API_KEY"
Replace YOUR_API_KEY with your actual API key.