Pinning
Pin JSON
Uploads a JSON object to Pinata and pins it to IPFS
POST
Guide
Guide
Pinata makes it easy to upload JSON objects using the pinJSONToIPFS
endpoint.
Pin JSON
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200 - application/json
{ "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
.