Skills Intelligence TK-Tx Endpoint Mapping🔗︎
These mapping tables can be used to migrate from the deprecated TK version of the Skills Intelligence APIs to the Tx Version, which is where new features will be added. Features exclusively available on the Tx version include:
- Certifications as an additional skill category
- Definitions for each skill in the /taxonomy endpoint
Apart from these feature differences, the APIs are functionally equivalent.
Skills API🔗︎
Functionality | TK Endpoints | Tx Endpoints |
---|---|---|
Base URL | {{domain}}/skills/v2 |
{{domain}}/v10/skills/v2 |
Extract skills from text | /extract |
/extract |
Normalize skills | /normalize |
/normalize |
Taxonomy download | /taxonomy |
/taxonomy?format={json\|csv} |
Autocomplete (normalized) | /complete_normalized |
/autocomplete |
Lookup (ID to description) | /lookup |
/lookup |
Professions API🔗︎
Functionality | TK Endpoints | Tx Endpoints |
---|---|---|
Base URL | {{domain}}/professions/v1 |
{{domain}}/v10/professions |
Normalize profession | /normalize |
/normalize |
Taxonomy download | /taxonomy |
/taxonomy?format={json\|csv}&language={en\|es...} |
Autocomplete (normalized) | /complete_normalized |
/autocomplete |
Lookup (ID to description) | /lookup |
/lookup |
Ontology API🔗︎
Functionality | TK Endpoints | Tx Endpoints |
---|---|---|
Base URL | {{domain}} |
{{domain}}/v10/ontology/v2 |
Suggest skills from professions | /professions/v1/suggest_skills |
/suggest-skills-from-professions |
Compare professions | /professions/compare_skills |
/compare-professions |
Suggest professions from skills | /skills/suggest_professions |
/suggest-professions |
Compare skills to profession | /skills/compare_to_profession |
/compare-skills-to-profession |
Suggest skills from skills | /skills/suggest_skills |
/suggest-skills-from-skills |
Similarity score between skill sets | /skills/similarity_score |
/skills-similarity-score |