Storage
Your gateway to decentralized storage.
Upload
Upload anything to decentralized storage. Call the API with file: anything as form-data.
Note: For IPFS, you will get the same id on uploading same content.
POST https://api.shyft.to/sol/v1/storage/upload
https://api.shyft.to/sol/v1/storage/upload
Create Nft Metadata
This API endpoint lets you create an NFT metadata JSON file on decentralized storage (IPFS).
POST https://api.shyft.to/sol/v1/metadata/create
Body Params
name: NFT Name
symbol: NFT Symbol
description: NFT description
attributes: attributes associated to this NFT. (Stringify it)
share: NFT share
image: URI of the NFT image.
creator: public onchain address of the creator
royalty: (optional) 0 by default.
external_url: (optional) any url to associate with the NFT
files: (optional) additional files that are to be linked to the metadata of the NFT
Last updated