---
title: "POST /api/collections/create"
method: POST
path: "/api/collections/create"
tags: ["Collections"]
---

# POST /api/collections/create

`POST /api/collections/create`

## Request body

- object
  - `name` string, required
  - `cardId` string

## Response `200`

OK

- object
  - `collection` object, required
    - `id` string, required
    - `name` string, required
    - `itemCount` integer, required
    - `coverImageUrl` string, nullable, required
    - `coverHeadline` string, nullable, required
    - `containsCard` boolean

---

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