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

## Changes

> 6 revisions in range; 1 could not be searched.

- **2026-08-06** `d36cd4763f5a` — 1 info
  - added the new optional request property `items/items/priority`

[Change history](https://skmtc.dev/shortkit/apis/shortkit-api/changes/v1/content/import/post.md)

---

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