AI chat, translation, weather, currency, image recognition, and more — all behind a single API key and one credit balance.
Sign in with Google to get 50 free credits. No credit card required.
Sign in with GoogleYour key is generated immediately after sign-in
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: 'Explain quantum computing in 3 sentences' }],
model: 'claude-haiku' // or gpt-4o-mini, llama-groq, deepseek-r1-32b...
})
})
// 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 Workers AI, Groq, OpenAI, Anthropic, AWS, and more. We handle the complexity.
/ai/chat One endpoint, 26 models, 6 providers. Pick the best model for your use case — swap anytime with a single parameter change.
llama-3.2-1bWorkers AIllama-3.2-3bWorkers AIllama-3.1-8bWorkers AI+23 moreGenerate images from text prompts with Flux models.
/ai/images Convert text to natural-sounding speech audio.
/ai/speech Transcribe audio files to text with timestamps.
/ai/transcribe Generate vector embeddings for search and similarity.
/ai/embeddings 75+ languages with auto-detection
/translate Current weather for any city or coordinates
/weather Live rates for 160+ currencies
/currency Compare two faces and return similarity score.
/verify/face Detect objects and scenes in images.
/verify/labels More endpoints and providers coming soon. 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.
AI endpoints are billed by actual token usage. We estimate credits before each call and automatically refund any unused credits after. See pricing in docs.
Sign in, grab your API key, make your first call. 50 free credits on us.
Get Started Free