All API endpoints are authenticated using an API key. You can find your API key in the Simple AI dashboard under the settings page.All API requests must include your API key in the Authorization header:
Copy
Authorization: YOUR_API_KEY
For example:
Copy
curl -X GET "https://api.usesimple.ai/api/v1/calls" \ -H "Authorization: Bearer sk_live_12345abcdef"