Skip to main content
POST
Add Signature to CId

Authorizations

Authorization
string
header
required

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

Path Parameters

cid
string
required

Target CID to add a signature to

network
enum<string>
required

Target either the public or private IPFS network

Available options:
public,
private

Body

application/json
signature
string

Signature for the target CID

address
string

Wallet address that made the signature

Response

200 - application/json

OK

data
object