Extract work history from a document
POST /extract/experience
Work history entries with normalized employers/titles and structured dates. 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/experience" \
-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