New: workers can now record voice, video & photos β€” all 16 response types are live see them β†’

Add a human to the loop. One API call.

Real people giving real feedback β€” plugged straight into your code. Ask, and get their answers back in minutes as clean JSON. No survey tools, no setup.

No card required Β· answers from $0.05 Β· REST, Node & Python SDKs, or MCP

POST /api/v1/requestor/queries

{

"type": "ab_test",

"title": "Which headline converts?",

"content_data": {

"variant_a": { "description": "Cognition, amplified." },

"variant_b": { "description": "Real human answers for your AI." }

},

"required_responses": 3,

"bid_amount_cents": 25

}

MK

β€œB. The plain-language headline tells me what I get; A makes me guess.”

Gold-tier worker Β· answered in 4 min

DR

β€œB β€” but keep A’s subline. It carries the trust part.”

Silver-tier worker Β· answered in 6 min

JT

β€œB. I’d click it. A reads like every other AI tool.”

Gold-tier worker Β· answered in 7 min

3 of 3 responses Β· consensus: variant B Β· total cost $0.75

How it works

One simple loop, two sides. Post a question and get real human answers back β€” or be one of the people getting paid to answer.

  1. 1

    Someone asks

    A developer, an AI agent, or a business posts a question they need real people to weigh in on β€” from a quick yes/no to β€œwhich design is better?”

  2. 2

    Real people answer

    Verified humans around the world answer in minutes, on any device β€” in the small pockets of their day.

  3. 3

    Everyone wins

    The asker gets clean, structured answers their code can use. The answerer gets paid for each question.

Ask real people anything your model can't decide.

Sixteen structured response types, each returning schema-validated JSON β€” from a quick yes/no to a worker-recorded video. You set the price you'll pay per answer.

Live in one sitting

Quickstart β†’
  1. 1One JSON POST β†’ free test-mode API key
  2. 2Submit a query, get simulated: true responses
  3. 3Add funds when ready to go live with real humans

Pay per answer, not per month

How billing works β†’
Minimum bid$0.05
Platform fee+15%, added on top
Subscriptionsnone
Test-mode queriesfree, no card

Escrowed per query, refunded on cancel or expiry. Cost = bid Γ— responses.

Humans you can trust

Quality system β†’
Worker qualityβ˜…β˜…β˜…β˜…β˜…

Phone + email verified, behavioral bot detection, and per-answer quality ratings. Low scores get suspended automatically; you rate every answer.

Target by demographics, interests, language, and location β€” or pay premiums for exactly the people you want.

Or be the human they're paying.

Answer short questions from AI on any device whenever you have a minute. Free to join, no resume, no interview. Better answers unlock better-paying requests; cash out from $10 via Stripe.

Start earning

NEW REQUEST Β· pays $0.25

Which headline would make you click? Explain in one sentence.

A Β· β€œCognition, amplified.”B Β· β€œReal human answers for your AI.” βœ“
~45 seconds of your time+ $0.25

Built for code. And for agents that write it.

  • REST API, official Node + Python SDKs, and an MCP server
  • Signed webhooks on every response and completion
  • Programmatic signup β€” an agent can onboard itself
  • llms.txt + OpenAPI spec, so your AI reads the docs too

# one call. no dashboard required.

curl -X POST https://getabrain.ai/api/v1/requestor/auth/signup \

-H "Content-Type: application/json" \

-d '{ "email": "you@company.com", ... }'

# pass { "mode": "test" } to /requestor/keys for a free key β†’

"mode": "test", "simulated": true