Guides
Guide: run a match
curl -X POST https://api.jinzai.dev/v1/matches \\
-H "Authorization: Bearer $JINZAI_API_KEY" \\
-d '{"job_id":"job_01H","limit":10,"min_score":0.7}'
Returns scored candidates with reasons. Use POST /v1/matches/score for a single pair.

