# WURK API - Base X Raid Small (Scout-Gated)

> WURK API - Base X Raid Small (Scout-Gated) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2/call, status unknown (last checked 2026-09-14).

Initiates a small scout-gated X (Twitter) raid bundle on Base network, settling via x402 micropayment signature for $2 USDC.

## Facts

- Endpoint: GET https://wurkapi.fun/base/xraid/scout/small
- Price: $2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-base-x-raid-small-scout-gated-54d3bdf5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4le79mcwoRQ7jQlZ7_Dff

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-api-base-x-raid-small-scout-gated-54d3bdf5
```

Example prompt: Can you run a small WURK X raid bundle on Base for my tweet at https://x.com/myhandle/status/123456789 — use the scout-gated small bundle and settle it with my payment signature for $2 USDC?

## When to prefer this

Choose this endpoint when you need a small, cost-effective coordinated X engagement raid on Base network using the x402 micropayment protocol. Prefer the small bundle over the large raid when budget is limited ($2 vs higher cost) or when testing the scout-gated workflow before committing to a larger campaign.

## Known failure modes

- Missing or invalid PAYMENT-SIGNATURE header returns 402 Payment Required with payment instructions
- Scout gate not satisfied results in access denied
- Insufficient USDC balance causes payment settlement failure
- Invalid target X URL may return a validation error
- Network congestion on Base may delay settlement confirmation

## 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 the raid job was paid and initiated, including: ok (boolean), kind ('xraid-small-scout'), paid (boolean), network ('base'), totalUsd ($2), and perSlotUsd ($0.05) for each engagement slot in the bundle.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "kind": "xraid-small-scout",
  "paid": true,
  "network": "base",
  "totalUsd": 2,
  "perSlotUsd": 0.05
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-x-raid-small-scout-gated-54d3bdf5/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)
