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
| Field | Type | Description |
|---|---|---|
text | string | Raw document text |
url | string | http(s) URL of a document (PDF or text; 25s fetch timeout; 10MB cap) |
file | string | Base64-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