post
https://api.hibob.com/v1/skills
Bulk-create API-origin skills with per-item results.
Testing notes:
- Use the testing widget's Try It! option to test this endpoint.
- Use the Examples > Request Example option to see how to initiate body parameters. Copy the example into an external tool if needed.
Error handling:
This endpoint always returns HTTP 200 when the request is accepted, even if some items in the items array fail.
- Inspect the
resultsarray for every item — do not assume all skills were created because the top-level call returned 200. - Each result includes
index(matching the request item),status(succeededorfailed),httpStatus, and either aresourceor anerrorsarray. - Common per-item failures include missing required fields, duplicate
/skill/source+/skill/externalId, duplicate/skill/name, and unknown proficiency level IDs. - Retry only after correcting the failed items. Successful items in the same request are already created.

