TO
Transfer Oracle
Sign in
← Back to Transfer Oracle

Documentation

API reference, community plugins, and integration guides for the Transfer Oracle structural auditing platform.

Quick Start

Authenticate with your API key in the X-API-Key header:

curl -X POST https://api.transferoracle.ai/v1/audit/transfer \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "features_train": [[1.0, 2.0, ...], ...],
    "labels_train": [0, 1, 2, ...],
    "features_deploy": [[1.1, 2.1, ...], ...],
    "val_accuracy": 0.85
  }'

Response includes: diagnosis (SAFE / RED_FLAG / UNDERTRAINED), per-class coverage, recommendations, and structural metrics.

Authentication

HeaderX-API-Key: your_key_here
AlternativeAuthorization: Bearer your_key_here
Get a keySubscribe to receive your API key by email

API Reference

Core Audit

MethodEndpointCredits
POST/v1/audit/transfer200
POST/v1/audit/quantization200×N
POST/v1/audit/safe-level200×N

Real-Time Monitoring

MethodEndpointCredits
POST/v1/monitor/state1
POST/v1/monitor/buffer/append1
POST/v1/monitor/buffer/audit50

Metrics

MethodEndpointCredits
POST/v1/metrics/compare50
POST/v1/metrics/cosine10
POST/v1/metrics/sqnr10

Editability

MethodEndpointCredits
POST/v1/editability/predict50

Account

MethodEndpointCredits
GET/v1/account0
GET/v1/account/usage0
GET/v1/account/credits0

Community Plugins

Open source (MPL-2.0). Early releases — PRs welcome.

API Tiers

TierPriceCredits / monthSupport
Free$01,000Community
Pro$49/mo50,000Email
Enterprise$299/mo500,000Priority

Need help?

Questions about the API, plugins, or integration?

Contact Support