---
title: "commits a pending document and mints an NFT on the Centrifuge chain."
method: POST
path: "/v3/nfts/collections/{collection_id}/commit_and_mint"
tags: ["NFTs"]
---

# commits a pending document and mints an NFT on the Centrifuge chain.

`POST /v3/nfts/collections/{collection_id}/commit_and_mint`

commits a pending document and mints an NFT on the Centrifuge chain.

## Path parameters

- `collection_id` string, required

## Headers

- `authorization` string, required

## Request body

- CoreapiMintNFTV3Request
  - `document_id` string
  - `grant_read_access` boolean
  - `ipfs_metadata` V3IPFSMetadata
    - `description` string
    - `document_attribute_keys` string[]
    - `image` string
    - `name` string
  - `owner` string

## Response `202`

Accepted

- CoreapiMintNFTV3Response
  - `collection_id` integer
  - `document_id` string
  - `header` CoreapiNFTResponseHeader
    - `job_id` string
  - `ipfs_metadata` V3IPFSMetadata
    - `description` string
    - `document_attribute_keys` string[]
    - `image` string
    - `name` string
  - `item_id` string
  - `owner` 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/versions/36808f8744e0/schema)
