Tako

Active

by Orthogonal

Knowledge / chart search.

SearchData

Endpoints · 6

Base URLhttps://x402.orthogonal.com/tako
POST/v1/beta/visualize$0.02Turn your own data into interactive Tako Knowledge Card visualizations. Provide data as CSV strings and a natural language query describing what to visualize. T
POST/v1/knowledge_search$0.02Search for data visualizations using natural language. Ask any question about finance, economics, demographics, sports, politics, climate, or health and get bac
POST/v1/thin_viz/create$0.02Create a custom embeddable knowledge card from your own data by specifying chart components directly. Returns card_id, image_url, webpage_url, and embed_url. Us
GET/v1/tako_tools_description$0.02Get descriptions of Tako search tool capabilities and available data topics. Returns what types of data Tako can search across (finance, economics, demographics
GET/v1/beta/chart_insights$0.02Analyze a Tako Knowledge Card and get AI-generated insights. Returns plain-text observations about trends, growth rates, comparisons, and anomalies in the data.
GET/v1/thin_viz/default_schema$0.02List all available chart/visualization templates that can be used with the Create Card endpoint. Returns schema names (e.g. stock_card, bar_chart, pie_chart, ch

Call the provider directly and settle x402 per request.

Quickstart · x402 flow

1 · Call without payment. The service replies 402

bash
curl -i https://x402.orthogonal.com/tako/v1/beta/visualize
Response
HTTP/1.1 402 Payment Required{ "x402Version": 2,  "accepts": [{ "scheme": "exact", "network": "eip155:143",  "asset": "USDC", "maxAmountRequired": "0.023" }] }

2 · Sign the payment with your agent wallet and retry

bash
curl https://x402.orthogonal.com/tako/v1/beta/visualize \  -H "X-PAYMENT: <base64 payment payload signed by your EOA>"
Response
HTTP/1.1 200 OK

Any EOA on Monad can pay. curl shown; language tabs land in v2.

Any APIs or tools listed are provided for discovery purposes only and do not constitute an endorsement or recommendation by the Monad Foundation.