---
title: "POST /api/v1/skillhub/import"
method: POST
path: "/api/v1/skillhub/import"
tags: ["SkillHub"]
---

# POST /api/v1/skillhub/import

`POST /api/v1/skillhub/import`

## Response `200`

Import result

- object
  - `ok` boolean, required
  - `slug` string
  - `error` string
  - `errorCode` 'skill_not_found' | 'rate_limit' | 'npm_missing' | 'deps_install_failed' | 'unknown'

## Other responses

- `400` — Import rejected or failed

## Changes

- **2026-04-15** `dca8e91fe933` — 1 breaking, 4 info
  - the response property `error` became optional for the status `400`
  - added the optional property `errorCode` to the response with the `200` status
  - added the optional property `errorCode` to the response with the `400` status
  - added the optional property `slug` to the response with the `400` status
  - …1 more
- **2026-03-20** `d506aa63d666` — 1 info
  - endpoint added
- **2026-03-19** `239b3cc94d80` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nexu-io/apis/nexu-controller-api/changes/api/v1/skillhub/import/post.md)

---

[API](https://skmtc.dev/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.dev/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/revisions/ee3237405da6/schema)
