get
https://api.hrflow.ai/v1/jobs/scoring
This endpoint allows you to Score Jobs for Profile.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Prerequisites
Request headers
| Field | Value |
|---|---|
X-API-KEY | Your API Key. |
X-USER-EMAIL | Your HrFlow.ai account's email. |
Query ParametersThe
profile_keyand theprofile_referencecan not be null at the same time in the Query Parameters.
Request Method SelectionThis endpoint supports both GET and POST. When query parameters exceed the maximum allowed URL length, clients should use the POST variant and send the same parameters in the request body (see the changelog).
ResponseThis endpoint returns a
dataobject containing two objects:
- Jobs: array of objects Job.
- Predictions: array of arrays of floats [ 1-score, score ]. Example: [0.49184858798980713, 0.50815147161483765].
