12 endpoints live — more coming soon

One API key.
Every service you need.

AI chat, translation, weather, currency, image recognition, and more — all behind a single API key and one credit balance.

How it works

Three steps. Under a minute.

1

Sign in & get your key

One click with Google or GitHub. Your API key is ready instantly.

2

Call any endpoint

Same API key works for AI, translation, weather, and everything else.

3

Pay per call

Each call costs 1-5 credits. No subscriptions. Credits never expire.

example.ts
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', ...)

Available endpoints

Powered by AWS, Cloudflare Workers AI, and other providers. We handle the complexity.

🧠

AI Chat

Chat completion with fast and smart models for reasoning, code, and more.

2-5 credits /ai/chat
🖼

AI Image Generation

Generate images from text prompts with Flux models.

5 credits /ai/image
🎤

Speech & Audio

Text-to-speech and speech-to-text transcription.

2 credits /ai/tts
🌐

Translation

75+ languages with auto-detection. Powered by AWS Translate.

1 credit /translate
☁️

Weather

Current weather for any city or coordinates worldwide.

1 credit /weather
💱

Currency Exchange

Live rates and conversion for 160+ currencies.

1 credit /currency
📊

Sentiment Analysis

Detect positive, negative, neutral, or mixed sentiment.

1 credit /sentiment
👁️

Image Recognition

Face comparison, object detection, and label identification.

2 credits /verify/face

Embeddings, summarization, and more endpoints are on the way. Full API reference

Use it your way

REST API, SDKs, or let your AI assistant call it directly.

🔌

REST API

cURL, fetch, any language

📦

SDKs

TypeScript & Python

🤖

MCP Server

Claude, Cursor, and more

📖

OpenAPI Spec

Generate your own clients

Simple pricing

Buy credits, use them on any endpoint. Auto-renew monthly if you want.

Free

$0

50 credits

No card required

Get Started

Lite

$10

1,000 credits

$0.01 / credit

Buy Credits

Plus

$25

3,000 credits

$0.008 / credit

Buy Credits
Best Value

Pro

$50

7,000 credits

$0.007 / credit

Buy Credits

Business

$200

30,000 credits

$0.007 / credit

Buy Credits

Endpoints cost 1-5 credits per call depending on the service. See pricing in docs.

Start building in 30 seconds

Sign in, grab your API key, make your first call. 50 free credits on us.

Get Started Free