100Hires
1
100Hires
/hires_create_candidate

hires create candidate

Create a new candidate profile. Optionally link to a job/stage and attach the candidate's resume as extracted text. Used for imports, inbound forms, and enrichm

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_create_candidate for me.

Input

FieldTypeDescription
company_idnumberTarget company ID. Required only when the API key has access to multiple companies.
first_namestringCandidate first name.
last_namestringCandidate last name.
emailstringCandidate email address. Used for deduplication.
phonestringCandidate phone number.
profileobjectKey-value map of profile field answers. Keys can be question text or question_id. Example:
job_idnumberJob ID to create an application for this candidate.
stage_idnumberPipeline stage ID for the initial application. Requires job_id.
citystringCandidate city for location/timezone resolution.
statestringCandidate state or region.
countrystringCandidate country name or ISO code.
timezonestringIANA timezone (e.g. 'America/Los_Angeles'). Auto-resolved from city/country if omitted.
resume_textstringPlain-text resume content extracted by the model from an attached PDF/DOCX/etc. Stored as

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_create_candidate","input":{}}'
cli
npx cracked-ai run -p mcp-com-100hires-100hires -e /hires_create_candidate -i '{}'
mcp
run_tool({ provider: "mcp-com-100hires-100hires", endpoint: "/hires_create_candidate", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.