Skip to main content

Store or hash a file and then notarize it in the blockchain.

Uploading a file to store as IPFS or hash it and then notarizing it in the Blockchain.

Header Parameters
public_key string REQUIRED
private_key string REQUIRED
applicationId string REQUIRED
Request Body
filename binary REQUIRED
safeStore boolean REQUIRED

If true the file will be stored as ipfs. Else, the API will only hash the file and won't store it.

Responses
200

OK

Schema
fileId string
filename string
state string
network string
ipfs_uri string
hash string
tx_hash string