Notarization

Welcome to the Notarization section of the API documentation for Dedit. This section provides detailed information about the various endpoints related to notarization, enabling you to leverage Dedit's

The following endpoints are covered in this section:

  1. Retrieve Notarizations: Retrieve details and metadata for previously notarized documents.

  2. Notarize without storage - request registration: Initiate the notarization process for a document without storing the actual file.

  3. Notarize without storage - complete registration: Complete the notarization process for a document without storing the actual file.

  4. Storage: Access endpoints related to storing and retrieving files associated with notarization.

  5. Signature: Perform actions related to document signing, such as requesting and verifying signatures.

  6. Notarize with storage - request registration: Initiate the notarization process for a document and store the file securely.

  7. Notarize with storage - complete registration: Complete the notarization process for a document and store the file securely.

  8. File metadata upload: Upload metadata related to a file for enhanced document management.

  9. Download file metadata: Retrieve the metadata associated with a specific file.

  10. Notarizations count: Obtain the count of notarizations performed within the Dedit system.

  11. Notarization receipt: Retrieve a notarization directly from the blockchain, available to both users and not-users.

Each endpoint comes with detailed explanations of the request and response structures, required parameters, and any additional considerations. Examples and code snippets are provided to assist you in implementing these endpoints effectively.

NOTE:

For each endpoint below, in every GET request, the blockchain-related fields from the Registration objects returned are queried against Dedit.io DB services and not the blockchains themselves.

Last updated