API Authentication
Aajori Career Hub APIs are secured using standard Bearer Token credentials or API keys. Authenticators must pass the keys in the headers of their HTTP requests.
Supported Authorization Headers
Authorization: Bearer <key>Supports Supabase User JWT tokens, custom DB API Keys, and Service Role Keys.
X-API-Key: <key>Standard key header for quick integration inside python scripts or scraper agents.
⚠️ Warning for Agents
Never expose your keys in front-end applications. Use local environment configurations (`CAREER_HUB_API_KEY`) or service-role keys only inside server-side environments.