Spotlights
A short explanation of how good a match a given candidate is for a given job.
The Spotlight entity:
Get Spotlight
GET
https://endorsed.ai/api/v1/spotlight
Generates a new Spotlight and returns the evaluation data. This will be generated and cached. The first time a Spotlight is requested and successfully generated for a Candidate + Job pair, the server will return 200. Subsequent calls for the same entity pair will return a 201. We encourage you to do your own caching as well.
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | Authorization header containing the Bearer Access Token from the |
Content-Type | string | Must be |
Query Parameters
Name | Type | Description |
---|---|---|
job_id* | string | The ID of the Job against which to evaluate the Candidate |
candidate_id* | string | The ID of the Candidate to evaluate against the Job |
Examples:
Last updated