Create an NFTAsk AIpost https://devnet.underdogprotocol.com/v2/projects/n/{projectId}/nftsThis endpoint allows you to create a new NFT.Path ParamsprojectIdintegerrequiredBody Paramsnamestringrequiredlength ≤ 32Name stored as on-chain metadatasymbolstringlength ≤ 10Symbol stored as on-chain metadatadescriptionstringDescription stored in the metadataimagestringrequiredImage for your NFT. When creating an NFT, this can be a base64 encoded string or a URL pointing to an image.animationUrlstringURL pointing to the asset's animation.externalUrlstringURL pointing to an external URL defining the assetattributesobjectKey-value pairs of your NFT attributesattributes objectreceiverobjectreceiver objectreceiverAddressstringBase-58 encoded string representing an on-chain addressdelegatedbooleanIf true, your Project will have delegated authority to transfer or burn the assettruefalseResponses 200Returns an array of NFTs with upserted metadata 202Successful response 401Unauthorized 403Forbidden 404Not FoundUpdated over 2 years ago