API Reference
Generated from the OpenAPI 3.0 spec . Prefer to explore interactively? Use the playground .
Base URL: https://api.rezmatch.ai
Parse
Résumé and job-description parsing into normalized JSON
| Endpoint | Description |
|---|---|
/parse/resume | Parse a résumé |
/parse/jd | Parse a job description |
Match
Candidate↔role fit scoring with explanations
| Endpoint | Description |
|---|---|
/match | Score one candidate against one role |
/score/requirements | Check which requirements a candidate meets |
Extract & Normalize
À-la-carte extraction and taxonomy normalization
| Endpoint | Description |
|---|---|
/extract/skills | Extract skills from a document |
/extract/experience | Extract work history from a document |
/extract/education | Extract education from a document |
/extract/contact | Extract contact details from a document |
/normalize/title | Normalize a job title |
/normalize/skill | Normalize a skill |
Safety
Bias-redaction utilities
| Endpoint | Description |
|---|---|
/redact | Redact PII and protected-class proxies |
Utility
Liveness and diagnostics
| Endpoint | Description |
|---|---|
/health | Liveness check |
/whoami | Authenticated metered ping |
Last updated on