Skip to content

API Reference

Complete reference for the Integra API.

All requests require an API key in the X-API-Key header:

Terminal window
curl -H "X-API-Key: your-api-key" https://api.integra.xyz/v1/verify

Verify a document hash against blockchain records.

Request:

{
"documentHash": "0x1234..."
}

Response:

{
"verified": true,
"attestationId": "0xabc...",
"timestamp": "2024-01-01T00:00:00Z",
"chainId": 1
}

This documentation is auto-generated from source code comments.