---
title: "Process Carousel Import"
method: POST
path: "/internal/import-worker/carousel/{content_id}"
---

# Process Carousel Import

`POST /internal/import-worker/carousel/{content_id}`

Process a single carousel import — called by Cloud Tasks.

## Path parameters

- `content_id` string, required

## Request body

- CarouselImportBody
  - `images` CarouselImageItem[], required
    - `sourceUrl` string, required
    - `position` integer, nullable
    - `altText` string, nullable
  - `callback_url` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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