Authentication
Web Application Login
API Authentication
Bearer Token (JWT)
curl -X GET "https://api.insightagent.io/api/interviews" \
-H "Authorization: Bearer <your-jwt-token>"API Keys
curl -X GET "https://api.insightagent.io/api/interviews" \
-H "x-api-key: <your-api-key>"Security Best Practices
Expert Access (Ungated)
Last updated