Notarize without storage (request registration)
This API call allows you to request the notarization of a document on the Algorand blockchain without including its storage within S3.
HTTP Request notarization without storage
Headers
Name | Value | Description |
---|---|---|
Content-Type | application/json | The content type of the request body |
Authorization | Bearer $TOKEN | authentication token that is used to authorize access to an API |
Request body
Name | Type | Description |
---|---|---|
blockchainType | ALGORAND | blockchain used |
custody | boolean | storage of the file |
description | string | description of the document to notarize |
hash | hash | hash of the document to notarize |
signed | boolean | sign on the document |
status | registered/not_registered | registration of the notarization |
Example of a valid request body:
The above command returns a JSON structured as follows:
Last updated