# WURK API - X Raid Small (Base/USDC)

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

Creates a cluster of social engagement jobs on a single X (Twitter) post — 20 likes, 10 reposts, and 10 comments — paid via x402 micropayment on Base for ~1 USDC total.

## Facts

- Endpoint: GET https://wurkapi.fun/base/xraid
- Price: $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-api-x-raid-small-base-usdc-3c93f351
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0rYte6zdhX5F-VVdyYTO4

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-x-raid-small-base-usdc-3c93f351
```

Example prompt: Run a small X raid on this post — https://x.com/exampleuser/status/123456789 — I want the standard bundle of 20 likes, 10 reposts, and 10 comments, paid in USDC on Base.

## When to prefer this

Use this endpoint when you need a balanced bundle of X (Twitter) engagement (likes + reposts + comments) for a single post in one atomic payment on Base/USDC via x402. Prefer this over individual like/repost/comment endpoints when you want the full small raid package at ~1 USDC rather than purchasing engagement types separately.

## Known failure modes

- Missing X-PAYMENT header returns HTTP 402 with payment discovery info — retry with the X-PAYMENT header to confirm
- Invalid or malformed X (Twitter) URL returns an error response
- Post URL already covered by a prior payment returns alreadyConfirmed: true
- Network congestion or payment verification delay may cause timeout
- Unsupported size preset value may fall back to small or return an error

## 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 with ok/paid confirmation booleans, the X post URL, the raidId cluster identifier, an array of created engagement jobs (likes, reposts, comments), the cluster kind (e.g. xraid-small), the network (base), and an alreadyConfirmed flag if a prior payment already covered this cluster.

## Example request

```json
{
 "url": "https://x.com/testuser/status/9876543210",
 "size": "small"
}
```

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "jobs": [
   {
    "kind": "xlikes",
    "slots": 25,
    "amountUsd": 0.42
   },
   {
    "kind": "reposts",
    "slots": 10,
    "amountUsd": 0.19
   },
   {
    "kind": "comments",
    "slots": 10,
    "amountUsd": 0.19
   },
   {
    "kind": "views",
    "slots": 70,
    "amountUsd": 0.2
   }
  ],
  "kind": "xraid-small",
  "paid": true,
  "network": "base",
  "pricing": {
   "totalUsd": 1,
   "components": {
    "views": {
     "slots": 70,
     "budgetUsd": 0.2,
     "grossPerSlotUsd": 0.002857142857142857
    },
    "xlikes": {
     "slots": 25,
     "budgetUsd": 0.42,
     "grossPerSlotUsd": 0.0168
    },
    "reposts": {
     "slots": 10,
     "budgetUsd": 0.19,
     "grossPerSlotUsd": 0.019
    },
    "comments": {
     "slots": 10,
     "budgetUsd": 0.19,
     "grossPerSlotUsd": 0.019
    },
    "bookmarks": {
     "slots": 0,
     "budgetUsd": 0,
     "grossPerSlotUsd": 0
    }
   },
   "perSlotUsd": 0.008695652173913044
  },
  "totalUsd": 1,
  "perSlotUsd": 0.008695652173913044
 }
}
```

## More

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