Pass the key in the X-API-Key header when calling POST /api/analyze
X-API-Key
POST /api/analyze
# Analyze a job posting via APIcurl -X POST https://your-domain/api/analyze \ -H "Content-Type: application/json" \ -H "X-API-Key: fai_••••••••••••" \ -d '{"input": "paste job offer here"}'