You're offline — showing cached data
BibaMoney TVIJO AIOS NETWORK
Public API

Tvijo AIOS Intelligence API

Crypto, DeFi, news, and meta endpoints. Interactive docs below — request a free key for authenticated tiers.

Site domain only — relayed to Tvijo AIOS key service.

Endpoint families

Preset pages link here directly so visitors can move from UI to API without guessing the path names.
Crypto

Market list + detail

  • GET /api/v1/public/crypto
  • GET /api/v1/public/crypto/{symbol}
{
  "symbol": "BTC",
  "price": "80234.12",
  "change_24h": "2.1",
  "sentiment": {"bullish_pct": 61.2}
}
Startups

Directory + company detail

  • GET /api/v1/public/startups
  • GET /api/v1/public/startups/{slug}
{
  "slug": "example-ai",
  "name": "Example AI",
  "coverage_pct": 80,
  "github_url": "https://github.com/example"
}
News

Headlines + topics

  • GET /api/v1/public/news
  • GET /api/v1/public/news/trending
{
  "title": "AI market headline",
  "source": "TechCrunch",
  "topic_cluster": "ai",
  "sentiment": 0.22
}

Webhooks

Push Tvijo AIOS events to your HTTPS endpoint. Uses your API key — relayed to Tvijo AIOS.
Events
No subscriptions loaded.