1
100Hires
/hires_get_candidate_resume
hires get candidate resume
Get the primary resume for a candidate. Returns uuid, absolute download url (use Bearer auth), relative_time, file metadata, type. Use include='text_content' to
liveunknown~5s typical
mcp100hires
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-100hires-100hires /hires_get_candidate_resume for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Candidate ID (integer) or alias (string). |
| include | string | Comma-separated optional fields. Use 'text_content' to add a `text` field with parsed plai |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-100hires-100hires","endpoint":"/hires_get_candidate_resume","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_get_candidate_resume -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_get_candidate_resume", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.