get https://api.hrflow.ai/v1/profiles/scoring
This endpoint allows you to Score Profiles for Job.
Prerequisites
Postman Endpoint
Try out the live API demo of this endpoint with Postman.
Request headers
Field | Value |
---|---|
X-API-KEY | Your API Key. |
X-USER-EMAIL | Your HrFlow.ai account's email. |
Query Parameters
The
job_key
and thejob_reference
can not be null at the same time in the Query Parameters.
Response
This endpoint returns a
data
object containing two objects:
- Profiles: array of objects Profile.
- Predictions: array of arrays of floats [ 1-score, score ]. Example: [0.49184858798980713, 0.50815147161483765].