> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inop.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview: Skills

> v0.0.1

<Note>
  If you're not looking to build API reference, you can export dataset directly from the dashboard.
</Note>

## Overview

**INOP Skills API**, a comprehensive and structured skills taxonomy designed to support **skills-based hiring, workforce planning, and talent intelligence**. This API provides access to **INOP’s complete collection of skills**, each uniquely identified and categorized by skill type.

Organizations often struggle with **inconsistent skill definitions** and **unstructured skill data** when evaluating candidates, employees, or job descriptions. INOP Skills API standardizes skill classification, making it easier to integrate **AI-powered skill intelligence** into your hiring and workforce management processes.

For additional details about INOP’s skills taxonomy, reach us at [support@inop.ai](mailto:support@inop.ai)

### Retrieve Complete Skills Collection

* Access a **comprehensive list of skills** across multiple domains, including:
  * **Technical Skills** (e.g., Python, Machine Learning, Cloud Computing)
  * **Transferable Skills** (e.g., Adaptive design, Ad hoc Testing, Agile Methodology)
  * **Soft Skills** (e.g., Leadership, Adaptability, Critical Thinking)
  * **Industry-Specific Skills** (e.g., Financial Modeling, Legal Compliance)

### Fetch Skill Metadata & Classification

* Each skill entry includes:
  * **Unique Skill Identifier** (UUID) for precise referencing
  * **Skill Name** (standardized naming convention)
  * **Skill Type** (e.g., technical, soft, industry-specific)

##### Example Response

```json theme={null}
{
  "skills": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "Machine Learning",
      "type": "Technical"
    },
    {
      "id": "223e4567-e89b-12d3-a456-426614174001",
      "name": "Leadership",
      "type": "Soft Skill"
    }
  ]
}

```
