Dedit
  • Welcome to Dedit API Documentation
  • Introduction
    • Authentication and login with API Key
  • Notarization
    • Retrieve Notarizations
    • Notarize without storage (request registration)
    • Notarize without storage(complete registration)
    • Storage
    • Notarize with storage (request registration)
    • Notarize with storage (complete registration)
    • File metadata upload
    • File content upload
    • Download of file content
    • Notarizations count
    • Notarization receipt
  • Signature
    • Sign a notarization
    • Multisig Invitation
  • Payment
    • Retrieve specific Subscription
    • Retrieve active Subscription
    • Active wallets
  • Errors
Powered by GitBook
On this page

Notarization

PreviousAuthentication and login with API KeyNextRetrieve Notarizations

Last updated 1 year ago

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.