Skip to Content
API ReferencePOST /extract/experience

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: 1 credit.

Request body

FieldTypeDescription
textstringRaw document text
urlstringhttp(s) URL of a document (PDF or text; 25s fetch timeout; 10MB cap)
filestringBase64-encoded document bytes (PDF or plain text; 10MB cap)

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