Upload Token ImageAsk AIput https://api.hypermint.com/v1/nft-contract/{contractId}/token/{tokenId}/metadata-imageThis endpoint uses the multipart/form-data content type to upload the media. Accepted media types: JPG, JPEG, PNG, GIF or SVG. 🚧You must first set the token metadata for the target token before uploading its imagePath ParamscontractIdstringrequiredAdd your Contract ID from the "Developers" tab in the HyperMint console.tokenIdstringrequiredThe ID of the token you'd like to modify.Body ParamsmediafileAccepted media types: JPG, JPEG, PNG, GIF or SVG.HeadersHM_ACCESS_KEYstringrequiredHM_ACCESS_KEY_SECRETstringrequiredResponses 200Successful response 400Bad Request - The request sent was malformed or did not pass as a validation. The error message should explain what happened. 404Not Found - Unable to find details for the given contract or tokenUpdated 8 days ago