---
title: "Upload Content"
method: POST
path: "/v1/content/upload"
---

# Upload Content

`POST /v1/content/upload`

## Request body

- UploadRequest
  - `contentType` string, required
  - `title` string, required
  - `description` string, nullable
  - `tags` string[]
  - `customMetadata` object
  - `section` string, nullable
  - `author` string, nullable
  - `generateSubtitles` boolean
  - `callbackUrl` string, nullable
  - `externalId` string, nullable
  - `origin` 'ios_upload' | 'other' | 'sdk_ios' | 'sdk_android', nullable
  - `images` UploadImageSlot[], nullable
    - `position` integer, nullable
    - `altText` string, nullable
  - `protected` boolean, nullable
  - `fileSizeBytes` integer, 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/revisions/675c3a41f394/schema)
