---
title: "Import Content"
method: POST
path: "/v1/content/import"
---

# Import Content

`POST /v1/content/import`

## Request body

- ImportRequest
  - `callbackUrl` string, nullable
  - `items` ImportItem[], required
    - `contentType` string, required
    - `title` string, required
    - `description` string, nullable
    - `tags` string[]
    - `customMetadata` object
    - `section` string, nullable
    - `author` string, nullable
    - `generateSubtitles` boolean
    - `encodingTier` string, nullable
    - `sourceUrl` string, nullable
    - `externalId` string, nullable
    - `images` ImportImageItem[], nullable
      - `sourceUrl` string, required
      - `position` integer, nullable
      - `altText` string, nullable
    - `protected` boolean, nullable
    - `priority` 'high' | 'normal'

## 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)
