> For the complete documentation index, see [llms.txt](https://docs.nftyverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nftyverse.com/apis/mint-nfts.md).

# Create NFTs

* [**Creating a New NFT Collection**](/apis/mint-nfts/nft-collections.md#create-a-new-nft-collection-contract)
  * Supports ERC721 and ERC1155 smart contracts
* [**Minting a new Token (ERC721)**](/apis/mint-nfts/erc721-nft-tokens.md)
  * ERC721 tokens are all unique
* [**Minting new Tokens (ERC1155)**](/apis/mint-nfts/erc1155-nft-tokens.md)
  * ERC1155 tokens can have multiple quantities
