← Back to Transfer OracleView →
Your Account
Get your free API key or manage your subscription.
Get Your Free API Key
1,000 credits per month — enough for 5 full audits or 1,000 real-time monitor checks. No credit card required.
Tier: Free
Credits: 1,000/month
Audits: ~5 full audits
Monitor: ~1,000 checks
Quick Start
curl -X POST https://api.transferoracle.ai/v1/audit/transfer \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"features_train": [[1,2,3,...], ...],
"labels_train": [0, 1, 2, ...],
"features_deploy": [[1.1,2.1,...], ...]
}'Cross-Architecture Audit
BetaMigrating large→small, distilling, or pairing cloud with edge? Compare two models on the same inputs and get a per-class agreement scorecard.
Credit Usage
Check your balance and usage with your API key:
# Check balance curl https://api.transferoracle.ai/v1/account/credits \ -H "X-API-Key: YOUR_KEY" # View usage history curl https://api.transferoracle.ai/v1/account/credits/history \ -H "X-API-Key: YOUR_KEY" # Daily call counts curl https://api.transferoracle.ai/v1/account/usage \ -H "X-API-Key: YOUR_KEY"
Need more credits? Upgrade to Pro for 50,000 credits/month.
View Plans