API reference
Per-endpoint reference pages with input parameters, response schemas, code samples in curl / Python / TypeScript, MCP tool names, and endpoint-specific FAQs. The full machine-readable spec is at /openapi.json.
Two ways to consume the API
Free endpoints return open AI ecosystem data and require no auth. Premium endpoints are pay-per-call in USDC on Base, gated by a bearer token from /developers/agent-payments. MCP tools wrap both tiers for Claude Desktop / Code consumption (see /glossary/mcp).
News
News
FreeGET /api/newsTensorFeed /api/news returns the latest AI news from 15+ sources updated every 10 minutes. Free, no auth, JSON response. Filter by category, limit results. Built for agents.
News Search
1 creditGET /api/premium/news/searchTensorFeed /api/premium/news/search: full-text search over the AI news corpus with relevance scoring, date/provider/category filters, recency boost. 1 credit.
Service status
Models, benchmarks, comparison
Models
FreeGET /api/modelsTensorFeed /api/models returns AI model pricing, context windows, capabilities, and tiers across all major providers. Updated daily. Free, no auth.
Benchmarks
FreeGET /api/benchmarksTensorFeed /api/benchmarks returns AI model benchmark scores: SWE-bench, MMLU-Pro, HumanEval, GPQA, MATH. Updated weekly. Free, no auth.
Compare Models
1 creditGET /api/premium/compare/modelsTensorFeed /api/premium/compare/models compares 2-5 AI models side-by-side with normalized benchmarks, pricing, status, and rankings. 1 credit per call.
Cost Projection
1 creditGET /api/premium/cost/projectionTensorFeed /api/premium/cost/projection projects a token-usage workload across 1-10 models with daily/weekly/monthly/yearly totals and cheapest-monthly ranking. 1 credit.
Routing recommendations
History series and snapshots
Pricing Series
1 creditGET /api/premium/history/pricing/seriesTensorFeed /api/premium/history/pricing/series returns daily input/output/blended price points for one model with min/max/delta summary. 1 credit. Up to 90 days back.
Benchmark Series
1 creditGET /api/premium/history/benchmarks/seriesTensorFeed /api/premium/history/benchmarks/series returns score evolution for one benchmark on one model with delta in percentage points. 1 credit. 90 days max.
Uptime Rollup
1 creditGET /api/premium/history/status/uptimeTensorFeed /api/premium/history/status/uptime returns operational/degraded/down day counts and uptime % for a provider over up to 90 days. 1 credit per call.
Snapshot Diff
1 creditGET /api/premium/history/compareTensorFeed /api/premium/history/compare diffs two daily snapshots: added, removed, and changed entries with deltas. Type pricing or benchmarks. 1 credit.
Forecasting
Agents directory and provider deep-dive
Enriched Agents Directory
1 creditGET /api/premium/agents/directoryTensorFeed /api/premium/agents/directory: AI agents catalog joined with live status, recent news, agent traffic, flagship pricing, and a 0-100 trending score. 1 credit.
Provider Deep-Dive
1 creditGET /api/premium/providers/{name}TensorFeed /api/premium/providers/{name} aggregates live status, all models with pricing + benchmarks joined, recent news, and agent traffic in one paid call. 1 credit.
Webhook watches
Agent morning brief
Payment flow
Payment Info
FreeGET /api/payment/infoTensorFeed /api/payment/info returns the wallet address, pricing tiers, supported flows, and verification metadata for the agent payments tier. Free, no auth.
Buy Credits
FreePOST /api/payment/buy-creditsTensorFeed /api/payment/buy-credits returns a 30-min payment quote: wallet, memo, credits, expiry. POST amount_usd to start the credit purchase flow. Free, no auth.
Confirm Payment
FreePOST /api/payment/confirmTensorFeed /api/payment/confirm verifies a USDC transaction on Base mainnet and returns a bearer token. POST tx_hash and optional nonce. Free, no auth.
Token Balance
Free with bearer tokenGET /api/payment/balanceTensorFeed /api/payment/balance returns the credit balance for the current bearer token. Authorization: Bearer tf_live_... required. Free.
Token Usage History
Free with bearer tokenGET /api/payment/usageTensorFeed /api/payment/usage returns the last 100 calls aggregated by endpoint for the current bearer token. Authorization required. Free.