---
title: "Create subject"
method: POST
path: "/v1/admin/subjects"
tags: ["subjects"]
---

# Create subject

`POST /v1/admin/subjects`

Create a new subject (name, token)

## Request body

- SubjectName
  - `subject` object
    - `name` string

## Response `200`

The created subject

- SingleSubjectResult
  - `data` object
    - `name` string
    - `token` string

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/funlessdev/apis/funless-platfom-api.md) · [All operations](https://skmtc.dev/funlessdev/apis/funless-platfom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/funlessdev/funless-platfom-api/revisions/85205576ddbf/schema)
