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
}
βB. The plain-language headline tells me what I get; A makes me guess.β
Gold-tier worker Β· answered in 4 min
βB β but keep Aβs subline. It carries the trust part.β
Silver-tier worker Β· answered in 6 min
β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
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
Real people answer
Verified humans around the world answer in minutes, on any device β in the small pockets of their day.
- 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 β- 1One JSON POST β free test-mode API key
- 2Submit a query, get simulated: true responses
- 3Add funds when ready to go live with real humans
Pay per answer, not per month
How billing works βEscrowed per query, refunded on cancel or expiry. Cost = bid Γ responses.
Humans you can trust
Quality system β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 earningNEW REQUEST Β· pays $0.25
Which headline would make you click? Explain in one sentence.
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