POST
/
pin
/
{cid}
curl --request POST \
  --url https://pinapi.jackalprotocol.com/api/pin/{cid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cid
string
required

IPFS Content ID to pin

Response

202

Accepted for processing