---
title: "Create Feature Request"
method: POST
path: "/feature-requests"
tags: ["feature-requests"]
---

# Create Feature Request

`POST /feature-requests`

Send the user's feature request to the team's Slack channel.

## Request body

- FeatureRequestCreate
  - `text` string, required

## Response `200`

Successful Response

- FeatureRequestAck
  - `status` 'sent'

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/nanocorp/apis/nanocorp-api.md) · [All operations](https://skmtc.dev/nanocorp/apis/nanocorp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nanocorp/nanocorp-api/revisions/04b208d3215b/schema)
