---
title: "Get Skill Suggestions"
method: GET
path: "/api/v2/careerhub/profiles/suggest-skills/{profileSection}"
tags: ["Careerhub"]
---

# Get Skill Suggestions

`GET /api/v2/careerhub/profiles/suggest-skills/{profileSection}`

For a given profile id, fetch suggested skills for a particular profile section. Supported profile sections are 'experience', 'education', 'projects'.

## Path parameters

- `profileSection` string, required

## Query parameters

- `term` string, required
- `userEmail` string, required
- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- ProfileSuggestSkillSchema
  - `suggestedSkills` string[], nullable — List of suggested skills for a given profile id and profile section pair

---

[API](https://skmtc.net/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.net/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/revisions/0fb26f4e41bf/schema)
