IYS Skill API
With the skills search API, applications can allow users to search, be shown skills based on the term they type. and based on the skill they select, show the skills that are in the same category
IYS Skill API endpoints
| Method | Endpoint | Description |
|---|---|---|
| IYS v23 | ||
| GET |
Skills Search / |
# Search API The Search API in ISOT empowers users to find specific skills by submitting queries. It utilizes a matching process that considers relevant "terms" and returns a… |
| GET |
Skills Detail /details/ |
Skills Detail |
| GET |
Soft Skills /soft-skills/ |
Soft Skills |
| GET |
Skill child /children/ |
# Children API The Children API in ISOT empowers users to retrieve a list of children skills based on a specified skill's `path_addr`. This functionality allows users to explore… |
| GET |
Skill Tree /tree/ |
Skill Tree |
| GET |
Skill Ancestors /ancestors/ |
The Ancestors API allows users to submit a path_addr and receive a list of its ancestors in a hierarchical order, with the parent skill appearing first, followed by the… |
| GET |
Category Skills Search / |
This API allows you to search and retrieve a list of skills categorized under specific tags, especially those marked with the 'HCat' tag. You can either provide a search term to… |
IYS Skill API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $200 / month | 100 / minute |
|
| ULTRA | $1,000 / month | 500 / minute |
|
| MEGA | $10,000 / month | 1000 / minute |
|