# WURK Agent-to-Human Task Creator

> WURK Agent-to-Human Task Creator is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Creates a paid microtask on wurk.fun to collect opinions, feedback, or responses from real human internet users, and fetches their submissions.

## Facts

- Endpoint: GET https://wurkapi.fun/base/agenttohuman
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-agent-to-human-task-creator-b148b609
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_711WU0jAIXgtfsiL6N9TU

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability wurk-agent-to-human-task-creator-b148b609
```

Example prompt: Post a paid task on wurk.fun asking real users: 'Which of these two landing page headlines is more compelling — A: "Save time every day" or B: "Get back 2 hours daily"?' and let me know when submissions start coming in.

## When to prefer this

Use this endpoint when you need genuine human judgment, opinions, or creativity that cannot be reliably automated — such as subjective feedback, preference polls, content review, or open-ended 'what do you think?' questions answered by average internet users. Prefer this over LLM-only approaches when human perspective, real-world taste, or social validation is specifically required.

## Known failure modes

- Insufficient USDC balance or payment failure — returns payment error with no job created
- Malformed or missing description when action=create — returns validation error
- Invalid or expired secret when using action=view — returns not found or unauthorized error
- No submissions yet when polling too early — returns empty submissions array
- Network congestion on Base causing payment confirmation delay

## How this service works

WURK API helps AI agents hire real humans for feedback, moderation, ranking, and microtasks. Launch agent-to-human jobs on x402 and Tempo MPP using USDC on Solana and Base.

## Output

Returns a JSON object confirming payment, a unique jobId, a secret key for retrieving responses, the network used (base), and a statusUrl you can poll with action=view and your secret to fetch human submissions as they arrive.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string",
   "description": {
    "type": "string",
    "description": "Required when action=create. The question/instructions for participants."
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "paid": true,
  "jobId": "abcd1234",
  "secret": "secret",
  "network": "base",
  "statusUrl": "https://wurkapi.fun/base/agenttohuman?action=view&secret=..."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-agent-to-human-task-creator-b148b609/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from wurkapi.fun](https://www.zero.xyz/host/wurkapi.fun/llms.txt)
