v5

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-302120469.4 KB
Skill Enrichment

/skill/enrich

get/v5/skill/enrich

Query parameters

skillstring required

skill that will be enriched.

titlecaseboolean

Setting to true will titlecase any records returned.

prettyboolean

Whether the output should have human-readable indentation.

Headers

Content-Type'application/json'

The content type

Response

Skill enrich completed.

cleaned_skillstring

The skill that matches the API input skill after passing it through our internal skill cleaner.

similar_skillsstring[]

A list of to five of the most contextually-similar skills to the cleaned_skill, determined using our global resume data.

relevant_job_titles:string[]

A list of up to five of the most contextually-similar job titles to the cleaned_skill, determined using our global resume data.

Example response

{
  "cleaned_skill": "ai",
  "similar_skills": [
    "machine learning",
    "artificial intelligence",
    "deep learning",
    "data science",
    "iot"
  ],
  "relevant_job_titles:": [
    "data scientist",
    "software engineer",
    "senior data scientist",
    "chief technology officer",
    "senior software engineer"
  ]
}