Store NFT image and media
This API endpoint allows to store images / media on the storage solutions of Venly.
This is the place where the actual image or media data will be hosted. The data in the NFT will link to this image/media and will be displayed anywhere that the NFT is used (e.g. in the user's Wallet or on the Marketplace).
Upload NFT Media Files
This endpoint is used to upload a media file to our servers.
Request Endpoint: reference
POST /api/media
Upload NFT Image
This endpoint is used to upload an NFT image to our servers. Make sure to only upload images with this endpoint.
Request Endpoint: reference
POST /api/images
Updated 12 months ago