IPFS Signatures
Add Signature to CId
POST
/
ipfs
/
signature
/
{cid}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
cid
string
requiredTarget CID to add a signature to
Body
application/json
signature
string
Signature for the target CID
Response
200 - application/json
data
object