Zoho Recruit

candidates.uploadResume

Upload a resume (PDF/DOCX) and parse it into a new Candidate record.

Remote zoho/recruit

Remote (network-hosted)

Other tools also called candidates.uploadResume? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "file": {
      "type": "string",
      "format": "binary",
      "description": "body parameter"
    }
  }
}