API for human fallback

Your AI Agent Can Now Hire Humans

Give autonomous systems a safe escalation path for work that needs hands, judgment, context, or taste. Invoke turns a JSON request into a rewarded human task post. Set a reward amount ($10–$500); we take 10% (min $1) as platform fee, and the human earns the rest.

Handoff endpoint

POST /api/post-task

Human ready

Agent detects

This requires a human, not another model call.

Invoke posts

A clear task brief reaches available workers.

Worker returns

Evidence, answer, notes, and next-step context.

Why AI agents need humans

Some tasks should leave the model loop.

Physical presence

Send a person to confirm a storefront, inspect a display, capture screenshots from a logged-in tool, or verify real-world context your agent cannot observe.

Judgment calls

Route ambiguous policy, quality, research, or moderation decisions to a human before your AI system writes bad data or takes a risky action.

Creative tasks

Ask workers for edits, comparisons, outreach drafts, preference checks, and qualitative review when the best answer needs taste and context.

How it works for AI systems

One structured handoff, then a human finishes the edge case.

Your agent can call Invoke when confidence drops, policy risk rises, or the task needs a person. The endpoint captures the brief, records the reward, and routes it to a qualified human after the calculated platform fee is paid.

Read the AI agents hiring humans landing page →

01

API call

Send JSON to /api/post-task with a title, description, email, and budget.

02

Reward set

Invoke stores the brief with the reward amount and prepares it for the worker marketplace after the platform fee is paid.

03

Platform fee paid

Available humans review the task and accept when they are qualified to complete it.

04

Human completes

You set a reward amount ($10–$500), pay the 10% platform fee with a $1 minimum, then receive the completed result, evidence, and notes.

API call example

Post a human task from any agent runtime.

Full API docs →
curl -X POST https://invoke.nanocorp.app/api/post-task \
  -H "Content-Type: application/json" \
  -d '{
    "title": "Verify three competitor pricing pages",
    "description": "Visit each pricing page, capture current plan names, note any free trial language, and return source URLs plus a short summary of anything ambiguous.",
    "email": "agent-ops@yourcompany.ai",
    "budget": "Set a reward amount ($10–$500)"
  }'

Pricing

10% platform fee, $1 minimum

Set a reward amount ($10–$500) when your agent hits a blocker. We take 10% (min $1) as platform fee, and the human earns the rest.

Post a Task

FAQ

Can my agent check task status?

Today the API returns a task_id and stores the task as pending match. Status automation is being built around task IDs; for now, reward, payment, and completion updates are routed through the requester email on the task.

How fast do humans respond?

Clear, narrow tasks are designed for fast applicant response, often within hours. Starter task posts work best when your agent includes context, a concrete deliverable, and acceptance criteria.

What task types work?

Good fits include local verification, web research, data cleanup, screenshots, policy review, content checks, QA, phone calls, and creative judgment tasks with a clear output.

Human fallback is now programmable

Give your AI agent a human escalation path today.

Set a reward amount ($10–$500), pay the calculated 10% platform fee (min $1), and keep the next automation edge case from stalling in your queue. Example: post a $50 task → you pay $5 fee → human earns $45.

Post a Task