Back|
Flagged AI
AgentsBilling

API Keys

Pass the key in the X-API-Key header when calling POST /api/analyze

terminal
# 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"}'