---
title: "Create a new collection and assign it to seller"
method: POST
path: "/v1/admin/template-sellers/{id}/collections/create"
tags: ["Admin Template Sellers"]
---

# Create a new collection and assign it to seller

`POST /v1/admin/template-sellers/{id}/collections/create`

## Path parameters

- `id` string, required

## Request body

- CreateCollectionDto
  - `name` string, required
  - `description` string, nullable

## Response `201`

---

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