---
title: "Creates a specific NFT collection."
method: POST
path: "/v3/nfts/collections"
tags: ["NFTs"]
---

# Creates a specific NFT collection.

`POST /v3/nfts/collections`

Creates a specific NFT collection

## Headers

- `authorization` string, required

## Request body

- CoreapiCreateNFTCollectionV3Request
  - `collection_id` integer

## Response `202`

Accepted

- CoreapiCreateNFTCollectionV3Response
  - `collection_id` integer
  - `header` CoreapiNFTResponseHeader
    - `job_id` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/centrifuge/apis/centrifuge-os-node-api.md) · [All operations](https://skmtc.net/centrifuge/apis/centrifuge-os-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/centrifuge/centrifuge-os-node-api/revisions/36808f8744e0/schema)
