---
title: "Create Flight Categories"
method: POST
path: "/v1/flight/{FlightID}/category"
---

# Create Flight Categories

`POST /v1/flight/{FlightID}/category`

## Path parameters

- `FlightID` integer, required

## Request body

- object
  - `Name` string, required — The category's name
  - `Id` integer — The category ID. If the category is new to your network, this field is optional

## Response `200`

200

- object
  - `Id` integer
  - `Name` string

---

[API](https://skmtc.net/kevel/apis/engine-apis.md) · [All operations](https://skmtc.net/kevel/apis/engine-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kevel/engine-apis/revisions/0ca55f45aa7d/schema)
