4 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 completions with selectable models. Llama 3.1 8B, DeepSeek R1 32B, and more coming.

2-5 credits /ai/chat
🌐

Translation

75+ languages with auto-detection. Dynamic pricing based on text length.

1 per 300 chars credits /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
🖼️ Coming soon

AI Image Generation

Generate images from text prompts with Flux models.

5 credits /ai/images
🎤 Coming soon

Text-to-Speech

Convert text to natural-sounding speech audio.

2 credits /ai/speech
🎙️ Coming soon

Speech-to-Text

Transcribe audio files to text with timestamps.

2 credits /ai/transcribe
📊 Coming soon

Embeddings

Generate vector embeddings for search and similarity.

1 credit /ai/embeddings
👁️ Coming soon

Face Verification

Compare two faces and return similarity score.

2 credits /verify/face
🏷️ Coming soon

Image Labels

Detect objects and scenes in images.

2 credits /verify/labels

More endpoints and providers coming soon. 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