API reference
matches
- POST
/v1/matchesCompute scored matches for a job.
Standard JSON response. Authenticated with an API key scoped to your tenant. Rate limits and pagination apply.
Examplecurl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/matches"
- POST
/v1/matches/scoreCompute a single (candidate, job) score.
Standard JSON response. Authenticated with an API key scoped to your tenant. Rate limits and pagination apply.
Examplecurl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/matches/score"

