get https://api.hrflow.ai/v1/jobs/scoring
This endpoint allows you to Score Jobs for Profile.
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
profile_key
and theprofile_reference
can not be null at the same time in the Query Parameters.
Response
This endpoint returns a
data
object containing two objects:
- Jobs: array of objects Job.
- Predictions: array of arrays of floats [ 1-score, score ]. Example: [0.49184858798980713, 0.50815147161483765].