Getting Started
Authentication
API keys
Every request is authenticated via the Authorization: Bearer <API_KEY> header.
curl https://api.jinz.ai/v1/candidates \
-H "Authorization: Bearer $JINZAI_API_KEY"
Never commit production keys to source control — load them from environment variables.

