Keaton Technologies — Developer Platform

/synapse/
One key.
Everything.

Currency, weather, stocks, news, Wikipedia, and AI — unified under a single endpoint with consistent JSON responses, smart caching, and honest pricing.

Try it live View endpoints
synapse — quick start
# One key. Call anything. curl https://synapse.keatontechnologies.com/api/v1/currency/convert \ ?from=CAD&to=USD&amount=500 \ -H "X-Synapse-Key: syn_yourkeyhere" # Returns: { "success": true, "cached": false, "data": { "from": "CAD", "to": "USD", "rate": 0.7177, "result": 358.85 } }

API Reference

Endpoints

GET
/api/v1/currency/convert
Real-time currency conversion between any two currencies. Cached for 60 seconds.
from to amount
GET
/api/v1/weather
Current weather conditions for any city. Temperature, humidity, wind, and description.
city units
GET
/api/v1/stocks/quote
Real-time stock quotes. Price, change, volume, high/low for any ticker.
ticker
GET
/api/v1/news
Latest news articles on any topic from multiple sources, normalized into one format.
topic lang limit
GET
/api/v1/wiki
Wikipedia summaries for any topic. Clean JSON, no markup, configurable length.
q sentences
POST
/api/v1/ai/chat
AI chat powered by Atkon. Compatible with OpenAI message format. Just swap the endpoint.
messages[] model temperature

Interactive

Live Demo

No API key needed to try — demo mode is open.

// Select an endpoint and hit Run →

Plans

Simple pricing.

Free
$0
forever
  • 1,000 requests / day
  • All endpoints
  • Standard cache
  • Community support
Get Free Key
Pro
$29
/ month CAD
  • 500,000 requests / day
  • All endpoints
  • Priority routing
  • Priority support
  • Usage dashboard
  • Custom rate limits
Get Pro Key