boostrs api
Search…
About the API Gateway
📬
What's new
Getting started
Use Cases
Getting started
oAuth token
Jobs Library
Job Search
Job Repositories
Job Categories
Job List
Job Details
Job Origin
Skills Library
Skill Search
Skill Repositories
Skill Categories
Skill Lists
Skill Details
Custom Skills (CRUD)
Skill Categories
Create Categories
Update Categories
Delete Categories
Skill Management
Mapping APIs
Extract Skills
Document Details
Batch Skill Processing
Matching APIs
Job Career Path
Find Next Job
Compare jobs
Map & Match Content
Powered By
GitBook
Create Categories
post
https://apigateway.boost.rs
/skill-categories
Create categories and sub-categories for storing your own skills as needed.
Restrictions for duplicate names
The category name must be unique at parent level. If translations are used, the restriction applies at parent level, per language code.
Request Body
Example request for top-level category
1
{
2
"name"
:
"First Category"
,
3
"description"
:
"Some text"
,
4
"external_id"
:
"EXT122-AMNB-5547"
5
}
Copied!
Example request for sub-category
1
{
2
"name"
:
"Second Level Category"
,
3
"description"
:
"Some description text"
,
4
"external_id"
:
"CD475-MBTGB-1234"
,
5
"parent_id"
:
7
6
}
Copied!
Custom Skills (CRUD) - Previous
Skill Categories
Next
Update Categories
Last modified
2mo ago
Copy link
Contents
post
Create categories and sub-categories for storing your own skills as needed.
Request Body
Example request for top-level category
Example request for sub-category