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 |
/ping | Authenticated metered ping |
Management
Dashboard-facing key and usage management (separate API, JWT-authenticated)
| Endpoint | Description |
|---|---|
/v1/keys | Mint an API key |
/v1/keys/{keyId} | Revoke an API key |
/v1/account | Account: plan, credits, and catalog |
/v1/billing/checkout | Start a purchase |
/v1/billing/portal | Open the billing portal |
/v1/usage | Credits and usage this period |
Last updated on