added

Profile Parsing API: new URLs Parsing

Our Profile Parsing API now automatically detects social profiles and URLs in resumes.

😍 Why it’s a big deal for HrFlow.ai users?

This update enhances the detection of URLs and social profiles from resumes, organizing them into an array under the key urls'of the Profile JSON Object.

Here's an example of the content in the new urls field:

"urls": [
  {"type": "from_resume", "url" : "https://hrflow.ai/"},
  {"type": "linkedin", "url" : "https://fr.linkedin.com/doe-john"},
  {"type": "twitter", "url" : "https://twitter.com/hrflowai"},
  {"type": "facebook", "url" : "https://www.facebook.com/hrflowai/"},
  {"type": "github", "url" : "https://github.com/harry-james-potter"},
]

🔧 How does it work?

Use our Profile Parsing API endpoint to extract URLs from a resume.


ℹ️

These updates are backward compatible

Hence, there is no API migration that needs to be done.


💡Useful Links