Stampiz offers an on-demand API service that allows for the integration of blockchain notarization of any digital content in various contexts, ensuring its immutability and verifiability.
Notarization allows you to certify the existence and integrity of digital content by registering its cryptographic hash on public, immutable blockchains.
Using the Stampiz API never involves Stampiz storing the original content; only the hash (SHA-256) of such content is notarized, ensuring:
Using the Stampiz API, you can implement the concept of proof-of-existence for digital content.
The service exposes one or two REST endpoints, fully documented, easy to use, integrate, and customize. With a simple integration, you can anchor the proofs of existence of your files on the Bitcoin and Polygon blockchains, without having to manage complex nodes or private keys on-chain.
Using the Stampiz API, you can notarize on the Bitcoin and Polygon blockchains. Below is a brief comparison table.
| Feature | Bitcoin | Polygon |
|---|---|---|
| Blockchain (type) | Public, Layer 1 | Publica, Layer 2 (Ethereum sidechain) |
| Consensus Protocol | Proof of Work (PoW) | Proof of Stake (PoS) |
| Notarization Method | Hash in OP_RETURN Field | Stampiz Smart Contract |
| Notarized Data Size | Hash Digest →️ Only 32 Bytes | Hash Digest → Only 32 Bytes |
| Time Granularity | Less than 6 Hours | Less than 1 Minute |
| Immutability Guarantee | Very High | High |
| Decentralization | Very High | High |
| Smart Contract | No | Yes |
| Standard | High | Medium |
| Scalability | High | High |
| Traceability | High | Very High |
| Legal Tender | Very High | High (ideal for frequent notarizations) |
Calculating the Hash
Sending the Hash
Notarization
Receiving the Proof
The certificate returned by Stampiz is universally valid, independent of Stampiz, and carries absolute evidentiary value.
An API key (API_KEY) provided by Stampiz.
A tool to calculate the SHA-256 hash, such as openssl, sha256sum, or hashlib, or alternatively a customizable tool provided by Stampiz.
Use the contact form or simply write to info@stampiz.io
Stampiz API: your proof, carved in digital stone.