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
| Field | Type | Description |
|---|---|---|
| company_id | number | Target company ID. Required only when the API key has access to multiple companies. |
| first_name | string | Candidate first name. |
| last_name | string | Candidate last name. |
| string | Candidate email address. Used for deduplication. | |
| phone | string | Candidate phone number. |
| profile | object | Key-value map of profile field answers. Keys can be question text or question_id. Example: |
| job_id | number | Job ID to create an application for this candidate. |
| stage_id | number | Pipeline stage ID for the initial application. Requires job_id. |
| city | string | Candidate city for location/timezone resolution. |
| state | string | Candidate state or region. |
| country | string | Candidate country name or ISO code. |
| timezone | string | IANA timezone (e.g. 'America/Los_Angeles'). Auto-resolved from city/country if omitted. |
| resume_text | string | Plain-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.