Invoance
Get a DemoLog InSign Up
Developers
Search docs…⌘K
Getting started
OverviewConceptsAuthenticationCreate an API key
API reference
EndpointsErrors
Audit Logs
Quick startIntegrationsEmbeddable viewerEvent schemaExporting eventsSDK reference
AI Attestations
Quick startAttestation schemaVerification & proofSDK reference
Events
OverviewSDK reference
Documents
OverviewSDK reference
Traces
OverviewSDK reference
SDKs
PythonNode.jsGoJavaRubyRust.NETPHPcURL
Verification
How it works
Support
API FAQ
Developers·Endpoints·Traces

Traces

Five endpoints for grouping events, documents, and AI attestations into traces, sealing them, and retrieving verifiable proof bundles.

POST/tracesCreate trace

Creates a new trace, a container for grouping related events, documents, and AI attestations into an auditable sequence. Items added to an open trace are included when the trace is sealed. A trace can carry an optional metadata object (max 16 KB).

POST /traces
Authorization: Bearer invoance_live_xxx
Idempotency-Key: <uuid>
Content-Type: application/json

{
  "label":    "Monthly compliance review, March 2026",
  "metadata": { "reviewer": "risk_committee" }
}
GET/tracesList traces

Returns a paginated list of traces for the authenticated tenant. Supports filtering by status (open, sealing, sealed), date range, and whether the trace contains events. Maximum 100 results per page.

GET /traces?page=1&limit=25&status=sealed
Authorization: Bearer invoance_live_xxx
GET/traces/:trace_idRetrieve trace

Returns a trace record including its current status, all linked events, and seal metadata if sealed. Read-only. Requires the read scope.

GET /traces/trc_01HX…
Authorization: Bearer invoance_live_xxx
POST/traces/:trace_id/sealSeal trace

Initiates sealing of an open trace. Computes a composite hash over all linked events, signs the bundle, and transitions the trace to sealed. Returns 202 Accepted, poll the trace endpoint for completion. A sealed trace is immutable.

POST /traces/trc_01HX…/seal
Authorization: Bearer invoance_live_xxx
GET/traces/:trace_id/proofGet trace proof bundle

Returns the full cryptographic proof bundle for a sealed trace, all events with their payloads, hashes, signatures, and the composite hash. Verifiable independently. Only available for sealed traces.

GET /traces/trc_01HX…/proof
Authorization: Bearer invoance_live_xxx
01Audit logs02AI decisions03Documents04Business events05Whole workflows
Invoance

Neutral proof infrastructure for records that must survive scrutiny. Signed at creation. Verifiable outside your dashboard.

ALL SYSTEMS OPERATIONALEvidence infrastructure · Online

Build

  • Developer overview
  • API endpoints
  • Official SDKs
  • Authentication
  • Verification model

Use Invoance

  • Why Invoance
  • How it works
  • Compliance teams
  • Finance teams
  • Pricing

Verify

  • Audit log
  • AI attestation
  • Document
  • Ledger event
  • Sealed trace

Company

  • Help center
  • Resources
  • Security
  • Partners
  • Contact
  • System status
FIELD NOTES / 01Proof patterns for teams building trust.

Invoance provides cryptographic proof and verification infrastructure. It does not provide legal, financial, compliance, or regulatory advice.

Read proof disclaimer

Records anchored with Invoance are cryptographically signed and designed to reveal tampering. Invoance verifies that a specific record existed in a particular form at a particular time; it does not assess the record's accuracy, authenticity, legality, or underlying contents. Public verification links can be resolved without authentication. Invoance is not a custodian of funds, a legal authority, or a regulated financial institution. Using Invoance does not by itself satisfy any legal or regulatory requirement. Consult qualified legal or compliance professionals regarding your obligations.

© 2025 – 2026 Invoance, Inc. All rights reserved.
PrivacyLegalFAQ
PROOF, NOT PROMISES.