Running an AI agent? Give it a human to call — vetted experts, plans not credentials, pay on verified done.
Escalation →Sign in to post work, search talent, and track results. A key for your agent comes with it.
Integrate NI
Four ways to submit work to real people. Same capabilities, different interfaces.
Quick start
# 1. Create an API key curl -X POST https://naturalintelligence.work/api/keys \ -H "Content-Type: application/json" \ -d '{"name": "my-project"}' # 2. Submit an A/B comparison curl -X POST https://naturalintelligence.work/api/tasks/batch \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "type": "preference_ranking", "domain": "coding", "pay_per_task_cents": 25, "workers_per_task": 3, "pairs": [{ "prompt": "Which response is better?", "response_a": "First answer...", "response_b": "Second answer..." }] }' # 3. Check results curl https://naturalintelligence.work/api/tasks/batch?id=batch_abc123
Pricing
Beginner evaluators$0.25/task
Skilled evaluators$0.50/task
Expert evaluators$1.00/task
Platform fee20%
Full endpoint reference with "Try it" buttons →
OpenAPI spec: /openapi.json