Sign in

Parse resume to Candidate

documented

Parse an uploaded resume into Candidate data (multipart/file upload).

POST /rest-services/{corpToken}/resume/parseToCandidateResumeno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://rest.bullhornstaffing.com/rest-services/{{$corpToken}}/resume/parseToCandidate?format={{format}}&populateDescription={{populateDescription}}" \
  -X POST \
  -F "file=@{{$resume_file_path}}" \
  -H "Accept: application/json" \
  -H "BhRestToken: {{BHRestToken}}"