Authentication

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:

Authorization: YOUR_API_KEY

For example:

curl -X GET "https://api.usesimple.ai/api/v1/calls" \
  -H "Authorization: Bearer sk_live_12345abcdef"

Was this page helpful?