Skip to main content

Python hrflow.ai API package

Project description

hrflow

HrFlow.ai Python SDK

Unify, Unleash, Automate Talent & Workforce Data

Test Release Slack YouTube Channel Views License

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.

hrflow

🪄 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 profile_file:
  # 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hrflow-4.0.1.tar.gz (32.5 kB view hashes)

Uploaded Source

Built Distribution

hrflow-4.0.1-py3-none-any.whl (46.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page