Skip to Content
API ReferenceOverview

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

EndpointDescription
/parse/resumeParse a résumé
/parse/jdParse a job description

Match

Candidate↔role fit scoring with explanations

EndpointDescription
/matchScore one candidate against one role
/score/requirementsCheck which requirements a candidate meets

Extract & Normalize

À-la-carte extraction and taxonomy normalization

EndpointDescription
/extract/skillsExtract skills from a document
/extract/experienceExtract work history from a document
/extract/educationExtract education from a document
/extract/contactExtract contact details from a document
/normalize/titleNormalize a job title
/normalize/skillNormalize a skill

Safety

Bias-redaction utilities

EndpointDescription
/redactRedact PII and protected-class proxies

Utility

Liveness and diagnostics

EndpointDescription
/healthLiveness check
/pingAuthenticated metered ping

Management

Dashboard-facing key and usage management (separate API, JWT-authenticated)

EndpointDescription
/v1/keysMint an API key
/v1/keys/{keyId}Revoke an API key
/v1/accountAccount: plan, credits, and catalog
/v1/billing/checkoutStart a purchase
/v1/billing/portalOpen the billing portal
/v1/usageCredits and usage this period
Last updated on