---
title: "Create a new status"
method: POST
path: "/status"
tags: ["Status"]
---

# Create a new status

`POST /status`

## Request body

- object
  - `status` string, required

## Response `201`

Status created successfully

- Status
  - `id` integer
  - `status` string

## Other responses

- `400` — Invalid input
- `500` — Server error

---

[API](https://skmtc.net/ellipsend/apis/ellipsend-api.md) · [All operations](https://skmtc.net/ellipsend/apis/ellipsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ellipsend/ellipsend-api/revisions/1031d523652c/schema)
