One API. Stake HMP. Access world-class AI — text generation, document analysis, financial coaching, contract intelligence and more.
How it works
No credit card. No subscription. Stake HMP once and access AI tools that would otherwise cost hundreds of dollars a month.
Lock your HMP tokens in Harvest for 1, 2, or 3 years. Your tier is set instantly. No waiting, no approval process.
Your Xetro wallet address is your API key. No signup, no email confirmation. Your stake proves your access.
One endpoint. Clean JSON. Works with any language. Your first API call takes under 5 minutes from zero.
Upgrade your stake to unlock more calls. Downgrade anytime. Your HMP is always yours — never spent, always staked.
Services
Every service runs on Claude Sonnet — the most capable AI model available. More services join the platform every quarter.
Full conversational AI. Ask questions, generate content, reason through problems, draft communications. Handles any language, any topic.
POST /synapse/chatFeed in contracts, PDFs, legal docs, or any long-form text. Get summaries, risk flags, key clauses extracted, and plain-English explanations.
POST /synapse/analysePersonal financial intelligence. Budget optimisation, savings strategies, debt planning, and investment guidance — grounded in real data.
POST /synapse/coachHigh-quality translation across 95+ languages with cultural nuance. Built for global markets — from Swahili to Bahasa Indonesia to Arabic.
POST /synapse/translateTurn thousands of words into the five sentences that matter. Reports, articles, research papers, transcripts — always the key points, never the noise.
POST /synapse/summarisePowered by Stability AI. Generate product images, marketing visuals, and illustrations from text — directly via the Synapse API.
POST /synapse/imagePowered by Whisper. Transcribe audio in 50+ languages with punctuation, formatting, and speaker detection. Built for real-world audio quality.
POST /synapse/transcribePowered by ElevenLabs. Human-quality voice generation in dozens of voices and accents. Perfect for accessibility and audio content.
POST /synapse/speakPowered by Runway. Turn text prompts or images into short-form video — for marketing, education, and social content at scale.
POST /synapse/videoPricing
No monthly subscription. No credit card. Your HMP stays staked and earns rewards — API access is the bonus.
Documentation
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
Ready to build?
Stake HMP. Get your API key. Make your first call in under 5 minutes.