cURL
curl --request POST \ --url https://testnet.walletkit.com/nfts/upload \ --header 'Authorization: Bearer <token>'
{ "ipfs_url": "<string>" }
Upload NFT image to IPFS
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The response is of type object.
object