---
title: "Create Savoir Faire"
method: POST
path: "/admin/savoirs-faire"
tags: ["Admin Savoirs Faire"]
---

# Create Savoir Faire

`POST /admin/savoirs-faire`

## Request body

- SavoirFaireCreate
  - `name` string, required
  - `subject` 'maths' | 'physique-chimie'
  - `description` string, nullable
  - `chapter_links` ChapterLink[]
    - `grade_key` string, required
    - `chapter_display` string, required

## Response `201`

Successful Response

- SavoirFaireOut
  - `id` string, required
  - `subject` 'maths' | 'physique-chimie'
  - `name` string, required
  - `description` string, nullable
  - `chapter_links` ChapterLink[]
    - `grade_key` string, required
    - `chapter_display` string, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/b73d9bd491c3?raw)
