Skip to content

Commit fa43a4e

Browse files
update: HrFlow connector (#3089)
1 parent 534e351 commit fa43a4e

File tree

3 files changed

+3543
-751
lines changed

3 files changed

+3543
-751
lines changed

certified-connectors/HrFlow/README.md

+27-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
## HrFlow.ai Connector
22

3-
https://www.HrFlow.ai is an API first company that provides the most sophisticated
4-
AI Powered JOB & PROFILE API. Corporates and Software vendors can leverage our
5-
technology layers to Parse, Enrich and Score both job and candidate data.
3+
https://www.HrFlow.ai is an API first company that provides the most sophisticated
4+
AI Powered JOB & PROFILE API. Corporates and Software vendors can leverage our
5+
technology layers to Parse, Enrich and Score both job and candidate data.
66

7-
- Our Developers documentation : https://developers.hrflow.ai/
8-
- Our API list (Parsing, Revealing, Embedding, Searching, Scoring, Reasoning) : https://www.hrflow.ai/api
9-
- Our cool demos labs : https://labs.hrflow.ai
10-
11-
This connector will allow our partners and customers to build and automate
12-
on top of HrFlow.ai's technology, workflows using Power Automate.
7+
- Our Developers documentation: https://developers.hrflow.ai
8+
- Our API list (Profile, Job, Text, Fine-Tuning): https://www.hrflow.ai/api
9+
- Our cool demos labs: https://labs.hrflow.ai
1310

11+
This connector will allow our partners and customers to build and automate
12+
on top of HrFlow.ai's technology, workflows using Power Automate.
1413

1514
## Pre-requisites
1615

1716
- [Sign Up](https://hrflow.ai/signup) for an HrFlow.ai Account.
18-
- [Log In](https://hrflow.ai/signin) with your account details and
17+
- [Log In](https://hrflow.ai/signin) with your account details and
1918
select **Settings >> API >> Keys** to retrieve your API key.
2019

2120
## Documentation
@@ -26,10 +25,25 @@ A Detailed documentation of the target APIs can be found at [documentation](http
2625

2726
The connector supports the following operations:
2827

29-
- **POST Profile Parsing**: The Profile API helps you connect HrFlow.ai with the applications of your choice. Mainly, the API allows you to POST profiles and GET outbound data after the processing of choice is done.
30-
- **Post Document Parsing**: The Document API is a general purpose API design for real-time processing of HR documents.
28+
- **Profile API**
29+
- **Profile Indexing**: Index a Profile object.
30+
- **Profile Parsing File**: Parse a Resume and create a Profile from it.
31+
- **Profile Scoring**: Score Profiles indexed in Sources for a Job.
32+
- **Profile Searching**: Score Profiles indexed in Sources for a Job.
33+
- **Job API**
34+
- **Job Indexing**: Index a Job in a Board.
35+
- **Jobs Scoring**: Score Jobs indexed in Boards for a Profile.
36+
- **Jobs Searching**: Search Jobs indexed in Boards.
37+
- **Text API**:
38+
- **Text Embedding**: Vectorize a Text.
39+
- **Text Geocoding**: Retrieve geojson data for any textual location input.
40+
- **Text Imaging**: Generate an image from a job description.
41+
- **Text Linking**: Find synonyms or the top N most similar words to a word.
42+
- **Text OCR**: Extract a the text from a document across all formats (pdf, docx, png, and more).
43+
- **Text Parsing**: Extract over 50 data point from any raw input text.
44+
- **Text Tagging**: Predict most likely tags for a text with our library of AI algorithms.
3145

3246
## Further Support
3347

3448
For further support, you can contact us at **[email protected]** or at our
35-
[webpage](https://hrflow.ai/), and we'll be happy to help.
49+
[webpage](https://hrflow.ai/), and we'll be happy to help.

0 commit comments

Comments
 (0)