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 — REQUIREDIf true the file will be stored as ipfs. Else, the API will only hash the file and won't store it. |
| Responses | ||||||||
|---|---|---|---|---|---|---|---|---|
200OK
|