Python hrflow.ai API package
Project description
HrFlow.ai Python SDK
Unify, Unleash, Automate Talent & Workforce Data
HrFlow.ai is the first System of Intelligence for Talent & Workforce Data, enabling leading AI-powered Talent & Workforce experiences. Our suite of APIs provide a suite of AI solutions to unleash clean, structured, normalized, updated and analyzed Talent Data with state-of-the-art seven AI modules.
Furthermore, HrFlow.ai breaks data silos and creates a single source of truth (SSOT) for Talent Data. With our API connectors, businesses can sync data between their tools in milliseconds and build customizable workflows that meet their business logic.
Our suite of APIs includes Parsing API, Tagging API, Embedding API, Searching API, Scoring API, Imaging API, and OEM Widgets. With our Automation Studio and AI Studio, businesses can utilize AI-powered user interfaces and low-code/no-code automations to create advanced custom user experiences.
💡 Help
See documentation for more examples.
🛠️ Installation
Install using pip install -U hrflow
or conda install hrflow -c conda-forge
.
🪄 Quick start
from hrflow import Hrflow
client = Hrflow(api_secret="YOUR_API_KEY", api_user="YOU_USER_EMAIL")
# read file from directory (in binary mode)
with open("path_to_file.pdf", "rb") as f:
file = f.read()
#Parse it using this method without reference:
response = client.profile.parsing.add_file(
source_key="INSERT_THE_TARGET_SOURCE_KEY",
profile_file=file,
sync_parsing=1, # This is to invoke real time parsing
tags=[{"name": "application_reference", "value": "TS_X12345"}], # Attach an application tag to the profile to be parsed
)
📎 Resources
- Slack for a speedy exchange of ideas between the Community and the HrFlow.ai team
- HrFlow.ai Academy on Youtube for videos on how to get started with HrFlow.ai
- Updates page to keep you informed about our product releases
- Documentation to provide information on HrFlow.ai features
- Our Roadmap to show upcoming features or request new ones
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.