Sign in

Parse resume to HR-XML

documented

Parse a resume to HR-XML via file upload.

POST /rest-services/{corpToken}/resume/parseToHrXmlResumeno 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/parseToHrXml?format={{$format}}" \
  -X POST \
  -F "file=@{{$resume_path}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "BhRestToken: {{BULLHORN_SECRET}}" \
  -H "Accept: application/json"