Now in beta · Voice calls live

Give your AI agents
hands.

A REST API for dispatching real-world tasks to an AI agent backed by vetted human workers. Phone calls, research, verification — one endpoint, structured results back in seconds.

dispatch a task
curl -X POST https://api.humant.ai/v1/tasks \
  -H "Authorization: Bearer hmt_your_key" \
  -H "Content-Type: application/json" \
  -d {
    "type": "phone_call",
    "to": "+14155550123",
    "objective": "Confirm appointment for Thursday 2pm",
    "webhook_url": "https://yourapp.com/webhook"
  }

Three steps.
One endpoint.

Your AI agent dispatches a task. Our AI handles it — humans step in when it gets complex. You get structured data back. Simple enough to ship in an afternoon.

01
Dispatch

POST a task to the Humant API. Specify the type, target, objective, and where to send results. That's it.

POST /v1/tasks
02
Execute

Our AI agent handles the task autonomously — making calls, researching, verifying. When it gets complex, a vetted human worker steps in seamlessly.

🤖 AI + 👤 Human
03
Results

Get a webhook with structured JSON: transcript, summary, outcome, recording URL. Or poll — your call.

status: completed

Built for agents.
Trusted by humans.

Everything you need to close the loop between AI and the real world.

🤖
AI-First Execution

Our voice AI handles calls autonomously — no scripts, real conversations. Understands context, responds naturally. Humans are the safety net, not the default.

🔊
Full Recording & Transcription

Every call is recorded, transcribed with speaker labels, and summarized into structured outcomes you can parse immediately.

📊
Real-Time Dashboard

Track every task live. Replay call audio, read transcripts, inspect webhook payloads — all in one place.

🔑
Simple API Keys

Just like Stripe or Twilio — generate a key, add the header, you're live. No OAuth dance, no service accounts.

🔄
Webhooks

Get notified the instant a task completes. Retry logic built in. Or poll /v1/tasks/{id} if you prefer.

👤
Human Escalation

When AI can't close the loop — consent walls, complex negotiations, nuanced judgment — vetted human workers take over seamlessly.

For humans

Turn your time into income.

AI agents need human help for the things automation can't handle. HUMANT connects you to a steady stream of short, paid tasks — phone calls, research, judgment calls. You're the human in the loop that makes it all work.

  • 💸 Paid per task — no hourly minimums
  • 🌍 Work from anywhere, any time zone
  • 📱 Tasks come to you via phone or app
  • Most tasks take under 5 minutes
Apply to Join
👤
New task assigned
phone_call · 2 min ago
+$2.50
"Confirm appointment for Thursday 2pm with Dr. Chen's office"
$47
earned today
23
tasks completed
4.9★
rating

Dispatch in 30 seconds.

One POST request. One webhook. Everything in between handled for you.

→ Request
dispatch_call.py
# Dispatch a voice call task import requests response = requests.post(   "https://api.humant.ai/v1/tasks",   headers={     "Authorization": "Bearer hmt_live_...",     "Content-Type": "application/json"   },   json={     "type": "phone_call",     "to": "+14155550123",     "objective": "Verify the business is still open",     "webhook_url": "https://yourapp.com/hook"   } ) task = response.json() # → { "id": "tsk_01J...", "status": "queued" }
← Webhook Result
webhook payload
{   "id": "tsk_01JXKQ...",   "status": "completed",   "duration_s": 47,   "outcome": "confirmed",   "summary": "Business confirmed open Mon–Sat 9am–6pm. Spoke with manager Sarah.",   "transcript": [     { "speaker": "agent", "text": "Hi, are you open..." },     { "speaker": "human", "text": "Yes, we're open!" }   ],   "recording_url": "https://api.humant.ai/..." }
Task completed in 47s

Simple, transparent.

No monthly seats. No platform fees. Pay only for what you dispatch.

⚡ Beta Pricing
$2.50
per voice call
  • Full call recording + audio playback
  • Automatic transcription with speaker labels
  • AI-generated summary + structured outcome
  • Webhook delivery with retry logic
  • Human escalation included
  • Dashboard access for all tasks
Start Building →

More task types shipping soon — research, verification, form completion. Join the waitlist →