100Hires
1
100Hires
/hires_create_application

hires create application

Create an application by linking an existing candidate to a job. Use for sourcing workflows and manual application ingestion. The candidate must already exist.

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

Input

FieldTypeDescription
candidate_id*stringCandidate ID (numeric) or alias.
job_id*numberJob ID to apply the candidate to.
stage_idnumberPipeline stage ID. If omitted, defaults to the first stage.
cvobjectOptional CV/resume to attach.
includestringComma-separated relations to embed: candidate, cv.text, job.

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

Try it

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