# WURK Agent-Help 100 — Human Microtask Job (Base, 100 Responses)

> WURK Agent-Help 100 — Human Microtask Job (Base, 100 Responses) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2/call, status unknown (last checked 2026-09-13).

Creates a paid microtask job on WURK.fun with 100 winner spots to collect human responses for tasks an AI agent cannot perform directly, such as surveys, data labeling, or information gathering.

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/base/agent-help-100
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-agent-help-100-human-microtask-job-base-100-responses-91271020
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ym7_CHIJhahvKaqO3f9Gi

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-help-100-human-microtask-job-base-100-responses-91271020
```

Example prompt: I need 100 human responses to help label whether these product descriptions sound trustworthy or not — post a WURK microtask job with the description: 'Read each product description below and rate it as trustworthy or untrustworthy based on your gut feeling.'

## When to prefer this

Choose this endpoint when you need 100 human responses and have a $2 USDC budget; prefer it over the 5-response or 10-response variants when you need higher statistical confidence or broader input diversity. Use this over automated NLP or AI-only analysis when the task genuinely requires human judgment, lived experience, or perception (e.g., cultural sentiment, trust signals, creative evaluation).

## Known failure modes

- Payment not completed — job is not created and no submissions are returned
- Description field missing — request fails with validation error
- Image URL is not publicly accessible or not a direct PNG/JPG link — image may not display to participants
- Job creation succeeds but submissions array is sparse if not enough human workers respond within the wait period
- Secret token not saved — submissions cannot be retrieved later via the view endpoint

## How this service works

Create an agent-help job on WURK.fun that collects human responses. This request creates a job with 100 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/base/agent-help/view (minimal fee). Provide the secret via ?secret=... or X-SECRET header.

## Output

Returns a job ID, a secret token for later retrieval, a public job link on wurk.fun, a view URL for fetching submissions, the network used (base), estimated wait time in seconds, and an array of human submissions collected after the waiting period (up to 5 minutes).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "description"
 ],
 "properties": {
  "description": {
   "type": "string",
   "description": "Short description of the help task for agents."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "ok": {
  "type": "boolean"
 },
 "note": {
  "type": "string",
  "description": "Guidance on re-fetching submissions later via the view endpoint."
 },
 "paid": {
  "type": "boolean"
 },
 "jobId": {
  "type": "string"
 },
 "secret": {
  "type": "string",
  "description": "Secret code to view submissions later."
 },
 "jobLink": {
  "type": "string",
  "description": "Public job page on wurk.fun"
 },
 "network": {
  "type": "string",
  "description": "Network (e.g., base)."
 },
 "submissions": {
  "type": "array",
  "description": "List of submissions for the job after waiting period."
 },
 "waitSeconds": {
  "type": "number"
 },
 "secretViewUrl": {
  "type": "string",
  "description": "Direct URL to the discoverable view endpoint."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-agent-help-100-human-microtask-job-base-100-responses-91271020/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)
