Overview

The HrFlow.ai API helps you incorporate powerful AI Solutions into your HR Tech stack.

The API allows you to go beyond the features we provide out of the box and build something better suited for your needs.

πŸ“˜

Prerequisites

  1. ✨ Create a Workspace
  2. πŸ”‘ Get your API Key
  3. πŸ”‘ Try your API Keys

Profile API

EndpointMethodDescriptionPricing UnitDefault Rate-limit/minute
πŸ”Œ Get all SourcesGETRetrieve all sources for given team account.Free100
πŸ”Œ Get a SourceGETRetrieve the Source information a with Source key.Free100
πŸ’Ύ Index a ProfilePOSTThis endpoint allows you to Index a Profile object.Free100
πŸ’Ύ Edit a ProfilePUTThis endpoint allows you to edit the of JSON of Profile.Free100
πŸ’Ύ Get a ProfileGETThis endpoint allows retrieving the Profile object.Free100
πŸ’Ύ Archive a ProfilePATCHThis endpoint allows archiving and unarchiving a Profile.Free100
🧠 Parse a ResumePOSTThis endpoint allows you to Parse a Resume and create a Profile from it.RequestCustom
🧠 Get a Resume ParsingGETThis endpoint allows you to retrieve the Resume Parsing object attached to the Profile.Free100
🧠 Vectorize a ProfilePOSTThis endpoint allows you to vectorize a Profile.RequestCustom
🧠 Search ProfilesGETThis endpoint allows you to Search Profiles.RecordCustom
🧠 Score Profiles for a JobGETThis endpoint allows you to Score Profiles for Job.RecordCustom

Job API

EndpointMethodDescriptionPricing UnitDefault Rate-limit/minute
πŸ”Œ Get all BoardsGETRetrieve all boards for given team account.Free100
πŸ”Œ Get a BoardGETRetrieve the Board information a with Board key.Free100
πŸ’Ύ Index a JobPOSTThis endpoint allows you to Index a Job object.Free100
πŸ’Ύ Edit a JobPUTThis endpoint allows you to edit the of JSON of Job.Free100
πŸ’Ύ Get a JobGETThis endpoint allows retrieving the Job object.Free100
πŸ’Ύ Archive/Unarchive a JobPATCHThis endpoint allows archiving and unarchiving a Job.Free100
🧠 Vectorize a JobPOSTThis endpoint allows you to vectorize a Job.RequestCustom
🧠 Search JobsGETThis endpoint allows you to Search Jobs.RecordCustom
🧠 Score JobsGETThis endpoint allows you to Score Jobs for Profile.RecordCustom

Text API

EndpointMethodDescriptionPricing UnitDefault Rate Limit (requests per minute)
🧠 Find Synonyms for a WordPOSTFind synonyms or the top N most similar words to a word.RequestCustom
🧠 Parse a raw TextPOSTExtract over 50 data point from any raw input text.RequestCustom
🧠 Reveal Skills missing in a TextPOSTPredict most likely tags for a text with our library of AI algorithms.RequestCustom
🧠 Vectorize a TextPOSTThis endpoint allows you to vectorize a Text.RequestCustom