post https://api.adept-id.com/v2/recommend-destination-jobs
This endpoint recommends potential career transitions for candidates. It take a candidate's work history as the input and returns a list of relevant jobs with associated match scores, transferable skills, and skills gaps.
Dependent on: | Required Inputs: | Outputs: |
---|---|---|
Occupation Classification | Source job(s) | Destination job(s) |
Match score for each job: Match score Score category | ||
Transferable skills for each job: Skill name Skill score Skill score category | ||
Skills gap for each job: Skill name Skill score Skill score category |
FYI
The results returned are equal to or higher than the match score.
Filters
The default for the
occupation_subset
filter isonet_simpilified_2019
. This filter is great for looking at a subset of O*NET occupations, instead of all the occupations. For more information, reference the Filters page.When you filter results within each filter dictionary, the API uses
AND
operation. When you filter results between filter dictionaries, the API usesOR
operation. For more information, reference the Filters page.