Now live · Powered by Claude AI

The AI layer for
the new economy.

One API. Stake HMP. Access world-class AI — text generation, document analysis, financial coaching, contract intelligence and more.

Try Synapse API · Live Connected
Synapse response
Get API access Read the docs
6 Live endpoints
<800ms Average response time
99.9% Uptime SLA
12 Markets supported
HMP Only currency needed

How it works

Simple by design.
Powerful by default.

No credit card. No subscription. Stake HMP once and access AI tools that would otherwise cost hundreds of dollars a month.

Step 01
🏦
Stake HMP

Lock your HMP tokens in Harvest for 1, 2, or 3 years. Your tier is set instantly. No waiting, no approval process.

Step 02
🔑
Get your API key

Your Xetro wallet address is your API key. No signup, no email confirmation. Your stake proves your access.

Step 03
Start building

One endpoint. Clean JSON. Works with any language. Your first API call takes under 5 minutes from zero.

Step 04
📈
Scale as you grow

Upgrade your stake to unlock more calls. Downgrade anytime. Your HMP is always yours — never spent, always staked.

Services

Everything AI.
One place.

Every service runs on Claude Sonnet — the most capable AI model available. More services join the platform every quarter.

💬
Live
Text & chat

Full conversational AI. Ask questions, generate content, reason through problems, draft communications. Handles any language, any topic.

POST /synapse/chat
📄
Live
Document analysis

Feed in contracts, PDFs, legal docs, or any long-form text. Get summaries, risk flags, key clauses extracted, and plain-English explanations.

POST /synapse/analyse
💰
Live
Finance coach

Personal financial intelligence. Budget optimisation, savings strategies, debt planning, and investment guidance — grounded in real data.

POST /synapse/coach
🌍
Live
Translation

High-quality translation across 95+ languages with cultural nuance. Built for global markets — from Swahili to Bahasa Indonesia to Arabic.

POST /synapse/translate
📝
Live
Summarisation

Turn thousands of words into the five sentences that matter. Reports, articles, research papers, transcripts — always the key points, never the noise.

POST /synapse/summarise
🎨
Coming soon
Image generation

Powered by Stability AI. Generate product images, marketing visuals, and illustrations from text — directly via the Synapse API.

POST /synapse/image
🎙️
Coming soon
Speech to text

Powered by Whisper. Transcribe audio in 50+ languages with punctuation, formatting, and speaker detection. Built for real-world audio quality.

POST /synapse/transcribe
🔊
Coming soon
Text to speech

Powered by ElevenLabs. Human-quality voice generation in dozens of voices and accents. Perfect for accessibility and audio content.

POST /synapse/speak
🎬
Coming soon
Video generation

Powered by Runway. Turn text prompts or images into short-form video — for marketing, education, and social content at scale.

POST /synapse/video

Pricing

Stake once.
Build forever.

No monthly subscription. No credit card. Your HMP stays staked and earns rewards — API access is the bonus.

Developer
2,000 HMP staked
1,000
API calls / month
All 5 live endpoints
JSON responses
Usage dashboard
Community support
Business
10,000 HMP staked
100,000
API calls / month
All endpoints including new
99.9% uptime SLA
Dedicated IP
Email support
Enterprise
25,000 HMP staked
Unlimited
API calls / month
White label API
Custom model tuning
Dedicated infrastructure
24/7 dedicated support

Documentation

First call in
under 5 minutes.

Clean REST API. No SDK required. Works with any language, any framework.

// Synapse API — JavaScript example

const response = await fetch('https://api.humanpay.app/synapse/chat', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-Wallet-Address': 'YOUR_XETRO_WALLET_ADDRESS'
  },
  body: JSON.stringify({
    message: 'Analyse this contract and flag any risks.',
    context: 'optional system context here'
  })
});

const data = await response.json();
console.log(data.response);   // AI response text
console.log(data.tokens_used); // tokens consumed
console.log(data.calls_remaining); // calls left this month
# Synapse API — Python example

import requests

response = requests.post(
    'https://api.humanpay.app/synapse/chat',
    headers={
        'Content-Type': 'application/json',
        'X-Wallet-Address': 'YOUR_XETRO_WALLET_ADDRESS'
    },
    json={
        'message': 'Summarise this document in 3 bullet points.',
        'context': 'optional system context here'
    }
)

data = response.json()
print(data['response'])         # AI response text
print(data['tokens_used'])     # tokens consumed
print(data['calls_remaining']) # calls left this month
# Synapse API — cURL example

curl -X POST https://api.humanpay.app/synapse/chat \
  -H "Content-Type: application/json" \
  -H "X-Wallet-Address: YOUR_XETRO_WALLET_ADDRESS" \
  -d '{
    "message": "Translate to Swahili: Payment received.",
    "context": "You are a professional translator."
  }'
// JSON response structure

{
  "success": true,
  "response": "Malipo yamepokelewa.",
  "model": "claude-sonnet-4-6",
  "tokens_used": 48,
  "calls_remaining": 9952,
  "tier": "startup",
  "wallet": "b912c54dc98fd56...",
  "latency_ms": 612
}

Common questions

Everything you
need to know.

HMP is the HumanPay community token. You can earn it by using Xetro (our wallet app), through referrals, or by purchasing during the ICO. Once you have HMP, lock it in Harvest to unlock your Synapse tier instantly.
No. Your HMP is staked, not spent. It stays in your wallet earning Lock & Earn rewards at the same time as giving you API access. You keep your HMP — staking is never a cost, it's a commitment.
Your Xetro wallet address is your API key. Send it in the X-Wallet-Address header with every request. We verify your staked balance on-chain in real time — no separate API key to manage, no account to create.
You can pay 100 HMP per additional call, or upgrade your staking tier to a higher plan immediately. Your existing HMP stake rolls over — you only top up the difference to reach the next tier.
All Synapse endpoints are powered by Claude Sonnet 4.6 — Anthropic's best-in-class model for intelligence, speed and safety. As better models become available, we upgrade Synapse automatically at no extra cost.
Yes. Your requests are never stored, never used for training, and never shared. All traffic is encrypted in transit. HumanPay is a CIC — our mission is to serve our community, not to monetise your data.

Ready to build?

AI for everyone.
Powered by HMP.

Stake HMP. Get your API key. Make your first call in under 5 minutes.

Stake HMP to get access Talk to us