AI chat, translation, weather, currency, image recognition, and more — all behind a single API key and one credit balance.
Three steps. Under a minute.
One click with Google or GitHub. Your API key is ready instantly.
Same API key works for AI, translation, weather, and everything else.
Each call costs 1-5 credits. No subscriptions. Credits never expire.
const res = await fetch('https://api.mapleflow.io/ai/chat', {
method: 'POST',
headers: { 'X-API-Key': 'sk_live_...' },
body: JSON.stringify({
messages: [{ role: 'user', content: 'Hello!' }],
model: 'fast'
})
})
// Same key works everywhere:
fetch('https://api.mapleflow.io/translate', ...)
fetch('https://api.mapleflow.io/weather?location=Tokyo', ...)
fetch('https://api.mapleflow.io/currency?from=USD&to=EUR', ...) Powered by AWS, Cloudflare Workers AI, and other providers. We handle the complexity.
Chat completion with fast and smart models for reasoning, code, and more.
/ai/chat Generate images from text prompts with Flux models.
/ai/image Text-to-speech and speech-to-text transcription.
/ai/tts 75+ languages with auto-detection. Powered by AWS Translate.
/translate Current weather for any city or coordinates worldwide.
/weather Live rates and conversion for 160+ currencies.
/currency Detect positive, negative, neutral, or mixed sentiment.
/sentiment Face comparison, object detection, and label identification.
/verify/face Embeddings, summarization, and more endpoints are on the way. Full API reference
REST API, SDKs, or let your AI assistant call it directly.
cURL, fetch, any language
TypeScript & Python
Claude, Cursor, and more
Generate your own clients
Buy credits, use them on any endpoint. Auto-renew monthly if you want.
Endpoints cost 1-5 credits per call depending on the service. See pricing in docs.
Sign in, grab your API key, make your first call. 50 free credits on us.
Get Started Free