---
title: "/skill/enrich"
method: GET
path: "/v5/skill/enrich"
tags: ["Skill Enrichment"]
---

# /skill/enrich

`GET /v5/skill/enrich`

## Query parameters

- `skill` string, required
- `titlecase` boolean
- `pretty` boolean

## Headers

- `Content-Type` 'application/json'

## Response `200`

Skill enrich completed.

- Skill
  - `cleaned_skill` string — The skill that matches the API input skill after passing it through our internal skill cleaner.
  - `similar_skills` string[] — 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.

## Other responses

- `400` — Request contained either missing or invalid parameters
- `401` — Request contained a missing or invalid key
- `402` — You have reached your account maximum (all matches used)
- `404` — No records were found matching your request
- `405` — Request method is not allowed on the requested resource
- `429` — An error occurred due to requests hitting the API too quickly

---

[API](https://skmtc.net/peopledatalabs/apis/api-peopledatalabs-com.md) · [All operations](https://skmtc.net/peopledatalabs/apis/api-peopledatalabs-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopledatalabs/api-peopledatalabs-com/revisions/c75f23548f5b/schema)
