---
title: "Create Content"
method: POST
path: "/v1/content"
---

# Create Content

`POST /v1/content`

## Request body

- CreateContentRequest
  - `contentType` string
  - `title` string, required
  - `description` string, nullable
  - `tags` string[]
  - `section` string, nullable
  - `author` string, nullable
  - `origin` 'ios_upload' | 'other' | 'sdk_ios' | 'sdk_android', nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/shortkit/apis/shortkit-api.md) · [All operations](https://skmtc.net/shortkit/apis/shortkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shortkit/shortkit-api/versions/4ff6d068cf75/schema)
