Create PremintsCopy Pagepost https://api.mintology.app/v1/{projectId}/premintsCreate token details like name, image, animation_url and etc...Path ParamsprojectIdstringrequiredProject Id - found on your dashboard on dashboard.mintology.appBody Paramspremint_idstringPremint_id can be found by calling premint/list to get all the preminted NFT's IDs and then you can pass it in here to modifiy that preminted NFT data set. If you do not pass in a premint_id, we will create a new preminted NFT data set.quantitynumberrequiredNumber of NFTs to be created with this data set. Example, you want to create 100 NFTs that are all the same, or only 1, quantity will determine that count.metadataobjectrequiredThe metadata for the NFT pre-mint data, such as image, url, and additional properties to be on the NFT.metadata objectResponses 201 400Error 422Validation FailedUpdated 9 months ago