---
title: "Create title"
method: POST
path: "/v2/titles"
tags: ["Titles"]
---

# Create title

`POST /v2/titles`

This endpoint creates a new title

## Headers

- `Idempotency-Key` string, nullable

## Request body

- CreateTitleRequest
  - `name` string, required — Name of the title

## Response `200`

createTitle 200 response

- TitleResponse
  - `id` string, required
  - `name` string, required — Name of the title

---

[API](https://skmtc.net/brex-com/apis/team-api.md) · [All operations](https://skmtc.net/brex-com/apis/team-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brex-com/team-api/revisions/58e231ca118e/schema)
