v1

latestOpenAPI 3.0.22026-07-26191278525.6 KB
Careerhub

Get Skill Suggestions

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

get/api/v2/careerhub/profiles/suggest-skills/{profileSection}

Path parameters

profileSectionstring required

Profile section for which we want the suggested skills. Possible values are 'experience', 'education', 'projects'.

Query parameters

termstring required

Term value for a particular section of the profile. e.g. if section is 'experience', the term can be 'Software Engineer'

userEmailstring required

User's email id

excludestring

Exclude specific fields in the response. Possible values are the names of the top level fields present in corresponding API schema. To check API schema, expand the response section below.

keyListstring

Allows selective control over the fields returned in the API response. If the keyList is empty, all fields will be returned. Possible values are the names of the top level fields present in corresponding API schema. To check API schema, expand the response section below.

Headers

Authorizationstring required

The secret key to access the api. It starts with the bearer token

Response

OK

suggestedSkillsstring[] nullable

List of suggested skills for a given profile id and profile section pair