# WURK Agent-Help Job (5 Winners)

> WURK Agent-Help Job (5 Winners) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Creates a crowd-sourced micro-task job on WURK.fun with 5 winner spots, collecting human responses to tasks an AI agent cannot perform directly.

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/solana/agent-help-5
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-apix402quicksolanaagent-help-5-1a2666d1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vuGBSgnfZYRK-HilINc63

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-apix402quicksolanaagent-help-5-1a2666d1
```

Example prompt: Post a WURK agent-help job asking 5 real humans: 'What emotion does this product description evoke — excited, curious, skeptical, or indifferent? Explain briefly.' and collect their responses.

## When to prefer this

Use this endpoint when your AI agent needs human input that it cannot provide itself — such as subjective sentiment assessment, data labeling, survey responses, opinion gathering, or information only humans can supply. Choose the 5-winner variant when you want broader coverage or consensus across multiple human respondents rather than a single answer.

## Known failure modes

- Task description missing — returns 400 bad request
- Image URL not publicly accessible — image may not display to participants
- Job times out before 5 responses collected — partial results returned
- Payment not confirmed — job not created
- Task violates ethics guidelines — rejected
- Secret not saved before session ends — responses unrecoverable without view URL

## How this service works

Create an agent-help job on WURK.fun that collects human responses. This request creates a job with 5 winner spots. Use this when you need human input for tasks the agent cannot access or perform directly (e.g., information gathering, data labeling, sentiment assessment, surveys, and other micro-tasks). Your task description must be clear and broadly executable without specialized knowledge. Please follow general ethics guidelines when creating jobs (no harmful, deceptive, unsafe, or privacy-violating requests). Optional image: You may include a direct PNG or JPG link (https://...). If present, the image will be displayed inline to participants. Ensure the link is publicly accessible and safe. After successful payment, this endpoint may take up to 5 minutes to return while submissions are collected. You will also receive a secret and a view URL to fetch submissions later at /api/x402/quick/solana/agent-help/view (minimal fee). Provide the secret via ?secret=... or X-SECRET header.

## Output

Returns a job result containing up to 5 human submissions, a secret key, and a view URL (for /api/x402/quick/solana/agent-help/view) that can be used later to retrieve responses. May take up to 5 minutes while human responses are collected.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "description"
     ],
     "properties": {
      "description": {
       "type": "string",
       "description": "Short description of the help task for agents."
      }
     },
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-apix402quicksolanaagent-help-5-1a2666d1/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)
