The skilltype parameter in RChilli's Taxonomy and Resume Parser API can be used to refine which types of skills should be extracted from a resume. The skill types help segment and categorize the extracted skills for more accurate downstream use in job matching, search filtering, and reporting.
Supported Values for skilltype
When you pass the skilltype parameter in the API request (within the apisetting node), you can specify one of the following recognized skill categories:
-
Operational – Technical or functional skills directly related to job execution (e.g., Java, Microsoft Excel, AutoCAD).
-
Soft – Interpersonal traits (e.g., Communication, Teamwork, Leadership).
-
All – Use this value to return all types of skills (Operational + Soft) in a single response.
These values can be passed like this:
"apisetting": {
"skilltype": "Operational"
}
Additional Notes
-
If
skilltypeis not explicitly specified, all types of skills may be extracted by default depending on your API key settings. -
You can also define source-based skill filters using parameters like
softskillsource,andoperationalskillsourceto pull skills from specific resume sections (like Summary, Experience, etc.).
For detailed use cases and sample API requests, refer to the official documentation here:
RChilli Resume Parser Dynamic API Settings.
If you need help implementing this setting in your application or have custom skill filtering requirements, feel free to contact support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.