Spotlights
A short explanation of how good a match a given candidate is for a given job.
Last updated
A short explanation of how good a match a given candidate is for a given job.
Last updated
© 2024 Endorsed
The Spotlight entity:
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Examples:
Authorization*
string
Authorization header containing the Bearer Access Token from the /auth/tokens
endpoint. Example: Bearer <ACCESS_TOKEN>
Content-Type
string
Must be application/json
. If not set, defaults to application/json
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