Skip to Content
API ReferencePOST /extract/contact

Extract contact details from a document

POST /extract/contact

Contact block with E.164 phone and structured location. 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/contact" \ -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