IPFS Pinning
Pin JSON
Uploads a JSON object to Pinata and pins it to IPFS
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The JSON content to pin
Optional Pinata Options Object
Optional Pinata Metadata object
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)"
}