API リファレンス
matches
- POST
/v1/matchesCompute scored matches for a job.
標準的な JSON レスポンス。テナントスコープの API キーで認証します。レート制限とページネーションが適用されます。
例curl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/matches"
- POST
/v1/matches/scoreCompute a single (candidate, job) score.
標準的な JSON レスポンス。テナントスコープの API キーで認証します。レート制限とページネーションが適用されます。
例curl -H "Authorization: Bearer $JINZAI_API_KEY" "https://api.jinzai.dev/v1/matches/score"

