---
title: "POST /skills/"
method: POST
path: "/skills/"
tags: ["skills"]
---

# POST /skills/

`POST /skills/`

Bulk create client-only skills for the authenticated client. Accepts up to 50 skill names per request. Created skills are unverified and are linked only to the client's account.

## Request body

- object
  - `skills` string[], required — Skill names to create for the authenticated client.

## Response `201`

- object[]
  - `id` integer — Skill id in Manatal
  - `name` string — Skill display name

## Other responses

- `400` — {'detail': 'Bad request.'}

---

[API](https://skmtc.net/manatal/apis/manatal-career-page-api.md) · [All operations](https://skmtc.net/manatal/apis/manatal-career-page-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/manatal/manatal-career-page-api/revisions/59053f2da83c/schema)
