Sign in

Convert resume to text or HTML

documented

Convert resume to plain text or HTML.

POST /rest-services/{corpToken}/resume/convertToText|HtmlResumeno 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{swimlane#}.bullhornstaffing.com/rest-services/{{$corpToken}}/resume/convertToText|Html?format={{format}}&BhRestToken={{BhRestToken}}" \
  -X POST \
  -F "file=@{{$resume_file_path}}" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Convert resume to text or HTML · Bullhorn · OpenIntegrations