Stamp File
Stamp a file hash on the Minima blockchain.
| Attribute | Details |
|---|---|
| Method | POST |
| Description | This endpoint submits a hash or returns verification data when the hash already exists on-chain. Send the hash as JSON in the body. |
| Endpoint | https://integritas.technology/core/v2/timestamp/post |
Request Headers
| Header | Value | Description |
|---|---|---|
| Content-Type | application/json | Specifies the content type as JSON |
| x-api-key | your-api-key | Add your API-key from your profile at https://integritas.technology/ |
| x-request-id | your-choice | Add a request id to trace every step of the process |
Request Body
| Request Type | Content-Type | Body Type | Keys | Description |
|---|---|---|---|---|
| Raw data | application/json | JSON | hash | Input hash of data |
Example
Request Examples
API Demo
Try the endpoint with your own API key and hash. The request is sent directly to the API, and the response is displayed below.
Your API key is only used for this request and is not stored.
API Response
When the hash is anchored successfully, the response includes the Minima node send command and parameters.
Example Response
Overview (v2)
This documentation provides an overview of the Integritas API v2, which enables both uploading and verification of data file hashes against the blockchain. It supports optional NFT traceability and returns structured results that include on-chain validation details. Use this guide to understand endpoints, request formats, and how to interpret the verification responses.
File Check
Check whether a hash exists on the blockchain. Returns a simple found or not-found result.