Integrate multiplatform data ownership, origin verification, and health & wealth enforcement into any application. One API. Every platform.
// Install: npm i @iset/fidtech-ai import { ISET } from '@iset/fidtech-ai'; const client = new ISET({ apiKey: 'isk_live_...' }); // Verify identity at origin const identity = await client.identity.verify({ handle: 'user@platform.live' }); // Claim beneficial ownership const claim = await client.value.claim({ identity: identity.id, asset_type: 'data', enforce: true }); console.log(claim.status); // => "enforced"
API Reference
RESTful APIs with consistent JSON responses. Authenticate with your API key. FIS Global compatible schemas included.
/api/v1/identity/verify
Verify sovereign identity at origin. Returns FIS-compatible verification with sovereignty level and entropy confirmation.
/api/v1/identity/resolve
Resolve any FidHandle to its sovereign identity. Cross-platform lookup with data health status.
/api/v1/value/tokenize
Tokenize data assets with beneficial ownership registration. Mints sovereign-backed tokens tied to identity.
/api/v1/value/transfer
Transfer value between identities with real-time settlement. ILP-compatible with FIS clearing integration.
/api/v1/wealth/status
Check data health and wealth status for any identity. Exposure monitoring and wealth endurance tracking.
/api/v1/health
Service status, uptime, and full endpoint directory. Use for monitoring and integration health checks.
SDKs & Libraries
Official SDKs with full TypeScript support, auto-generated types, and built-in retry logic.
Node.js & Browser
npm i @iset/fidtech-ai3.8+ with async support
pip install iset-fidtech1.21+ with generics
go get iset.finance/sdkAsync with tokio
cargo add iset-sdkWhat You Can Build
From single apps to enterprise platforms, ISET enforcement integrates in minutes.
Build consumer-facing dashboards where users see, claim, and enforce beneficial ownership of their data across every platform they use.
Integrate ISET enforcement into your compliance stack. Automated data sovereignty verification for regulatory requirements across jurisdictions.
Add data enforcement to your SaaS platform. Give your users persistent, proactive protection of their data assets without building from scratch.
FIS Global compatible APIs for ACH, wire, and real-time settlement. Identity verification at origin with sovereign-grade security.
Get your API key, install the SDK, and start enforcing data rights across every platform.