Uploads a JSON object to Pinata and pins it to IPFS
Guide
pinJSONToIPFS
endpoint.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
{ "IpfsHash": "This is the IPFS multi-hash (CID) provided back for your content," "PinSize": "This is how large (in bytes) the content you just pinned is," "Timestamp": "This is the timestamp for your content pinning (represented in ISO 8601 format)" }
The response is of type object
.