API Endpoints
RESTful endpoints for anchoring, attesting, and retrieving immutable records with cryptographic guarantees. All writes are append-only. All reads are deterministic.
https://api.invoance.com/v1Global API contract
All write endpoints enforce strict server-side validation. Payloads are canonicalized, signed, and verified before being committed to the immutable ledger. Requests over plain HTTP are rejected.
Authorization: Bearer invoance_live_XXXXXXXXXXXXXXXXXXXXXXXX
Idempotency-Key: 7f4c1c9d-5b8a-4d42-9e0b-xxxxxxxx
Content-Type: application/json
Endpoint reference
Endpoints are grouped by resource. Each group has its own reference page with request and response samples for every endpoint.
1 endpointValidate an API key and see who it belongs to: organization, tenant, key metadata, and effective rate limit.
5 endpointsAnchor document hashes into the append-only ledger, list and retrieve records, download originals, and verify hashes.
8 endpointsSign AI inputs and outputs into immutable attestations, with public proof and signing-key endpoints for independent verification.
4 endpointsIngest business events into the signed, append-only ledger, then list, retrieve, and verify them.
5 endpointsGroup events, documents, and AI attestations into traces, seal them, and retrieve verifiable proof bundles.
20 endpointsPer-customer audit trails: orgs and their lifecycle, signed events, webhook streams, hosted-viewer portals, and exports.