Dedit Docs
  • Welcome to Dedit API Documentation
  • Introduction
    • Authentication and login with API Key
  • Notarization
    • 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
  • Errors
Powered by GitBook
On this page
  1. Notarization

File content upload

Upload a file content

HTTP Request file content upload

PUT https://app.dedit.io/api/v2/file/{hash}/content

Headers

Name
Value
Description

Authorization

Bearer $TOKEN

authentication token that is used to authorize access to an API

The above command returns a JSON structured like this:

{ }
PreviousFile metadata uploadNextDownload of file content

Last updated 3 days ago