AI models from OpenAI, Anthropic, Google, Groq, and more.
Image generation, translation, weather, and utility APIs.
One key. One credit balance.
50 free credits. No credit card required.
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.
Generate 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 models are billed by actual token usage — you only pay for what you use. Unused credits are automatically refunded after each call.
Sign in, grab your API key, make your first call. 50 free credits on us.
Get Started Free