---
title: "Search Skills"
method: POST
path: "/detail/searchSkills"
tags: ["Detail"]
---

# Search Skills

`POST /detail/searchSkills`

This endpoint returns lists of the skills in the Sertifier library which matches your search. The `skillId` in the response should be used while adding skills to the Detail.

## Headers

- `api-version` string, required

## Request body

- SkillSearchRequest
  - `startIndex` integer
  - `length` integer
  - `searchTerm` string
  - `language` string — 'en' or 'tr'

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
