API Reference
API Reference
Section titled “API Reference”Complete reference for the Integra API.
Authentication
Section titled “Authentication”All requests require an API key in the X-API-Key header:
curl -H "X-API-Key: your-api-key" https://api.integra.xyz/v1/verifyEndpoints
Section titled “Endpoints”POST /verify
Section titled “POST /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.