Verify Hashed Data (Using Only Proof File)
Verify data using only a proof file. This endpoint requires NFT trace and returns verification results with blockchain validation details.
| Attribute | Details |
|---|---|
| Method | POST |
| Description | This endpoint is used to submit one proof file for data verification against the blockchain. It processes the proof (if provided) and returns the verification results. |
| Endpoint | https://integritas.technology/core/v1/verify/post-lite |
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-report-required | true | Request NFT trace from the verification process |
| 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 |
|---|---|---|---|---|
| File upload | file | form-data | jsonproof | Validate a JSON proof file. |
Request Examples
API Demo
Try the endpoint with your own API key and proof file. 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
The response from the API contains information about a file and its results from on-chain verification.
Example Response (Full Match)
Response Fields
For a complete description of the shared verification response schema
used by this endpoint, including blockchain_data and fileSegments,
see
API Response Schema — Verification Response.