---
title: "Create a gallery item"
method: POST
path: "/public/v1/clones/{cloneId}/gallery"
tags: ["Gallery"]
---

# Create a gallery item

`POST /public/v1/clones/{cloneId}/gallery`

Downloads media from the provided URL and adds it to the clone's gallery.

## Path parameters

- `cloneId` string, required

## Request body

- CreateGalleryItemRequest
  - `type` 'Video' | 'Audio' | 'Image', required
  - `description` string
  - `mediaUrl` string, required — URL of the media file to download and add to the gallery
  - `isHeroVideo` boolean

## Response `201`

Gallery item created

- GalleryItemSummary
  - `id` string, required
  - `type` 'Video' | 'Audio' | 'Image', required
  - `name` string, required
  - `description` string
  - `url` string, required
  - `thumbnailUrl` string
  - `isHeroVideo` boolean
  - `createdAt` string, date-time, required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found

---

[API](https://skmtc.net/clone-global/apis/cloneforce-platform-api.md) · [All operations](https://skmtc.net/clone-global/apis/cloneforce-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clone-global/cloneforce-platform-api/revisions/0841f04b6bd8/schema)
