---
title: "Create a file upload topic"
method: POST
path: "/v1/file-upload-topics"
tags: ["file-upload-topics"]
---

# Create a file upload topic

`POST /v1/file-upload-topics`

## Request body

- HttpCreateTopicRequest
  - `context_type` 'user' | 'business' | 'business_user', required
  - `description` string
  - `file_extensions_allowed` string[], required
  - `max_size_bytes` integer, required
  - `name` string, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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