Developer Portal

Build with ISET Data Enforcement

Integrate multiplatform data ownership, origin verification, and health & wealth enforcement into any application. One API. Every platform.

quickstart.js
// 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

Everything You Need to Enforce Data Rights

RESTful APIs with consistent JSON responses. Authenticate with your API key. FIS Global compatible schemas included.

POST

Identity Verify

/api/v1/identity/verify

Verify sovereign identity at origin. Returns FIS-compatible verification with sovereignty level and entropy confirmation.

POST

Identity Resolve

/api/v1/identity/resolve

Resolve any FidHandle to its sovereign identity. Cross-platform lookup with data health status.

POST

Value Tokenize

/api/v1/value/tokenize

Tokenize data assets with beneficial ownership registration. Mints sovereign-backed tokens tied to identity.

POST

Value Transfer

/api/v1/value/transfer

Transfer value between identities with real-time settlement. ILP-compatible with FIS clearing integration.

POST

Wealth Status

/api/v1/wealth/status

Check data health and wealth status for any identity. Exposure monitoring and wealth endurance tracking.

GET

Health Check

/api/v1/health

Service status, uptime, and full endpoint directory. Use for monitoring and integration health checks.

SDKs & Libraries

Your Language. Our Enforcement.

Official SDKs with full TypeScript support, auto-generated types, and built-in retry logic.

JS

JavaScript / TypeScript

Node.js & Browser

npm i @iset/fidtech-ai
Py

Python

3.8+ with async support

pip install iset-fidtech
Go

Go

1.21+ with generics

go get iset.finance/sdk
Rs

Rust

Async with tokio

cargo add iset-sdk

What You Can Build

Enforce Data Rights Everywhere

From single apps to enterprise platforms, ISET enforcement integrates in minutes.

Data Ownership Portals

Build consumer-facing dashboards where users see, claim, and enforce beneficial ownership of their data across every platform they use.

Enterprise Compliance

Integrate ISET enforcement into your compliance stack. Automated data sovereignty verification for regulatory requirements across jurisdictions.

Platform Integration

Add data enforcement to your SaaS platform. Give your users persistent, proactive protection of their data assets without building from scratch.

Financial Services

FIS Global compatible APIs for ACH, wire, and real-time settlement. Identity verification at origin with sovereign-grade security.

Start Building in Minutes

Get your API key, install the SDK, and start enforcing data rights across every platform.

Get API Key Read the Docs