Extract education from a document
POST /extract/education
Education entries with official institution names, degree levels, and normalized fields. Accepts text, url, or file. Cost: 3 credits.
Request body
| Field | Type | Description |
|---|---|---|
text | string | Raw document text. HTML is stripped to visible text before processing. |
url | string | http(s) URL of a publicly reachable document (PDF or web page). Redirects followed, 25s fetch timeout, 10MB cap; HTML is stripped to visible text before the size limit is applied. |
file | string | Base64-encoded document bytes (PDF or plain text; 10MB cap). No data-URI prefix, and no multipart/form-data. |
Example request
curl -X POST "https://api.rezmatch.ai/extract/education" \
-H "x-access-key: $TALENTKIT_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'Try it
Open this endpoint in the interactive playground — requests run with your API key.
Last updated on