# WurkAPI Base X Raid (Small)

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

Triggers a small cluster of X/Twitter engagement jobs (likes, reposts, comments, bookmarks) on a given post URL, paid via x402 USDC on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/xraid/small
- 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/wurkapi-fun-97566ca5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JjdW-SwX0xyPFubEkdv5W

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 wurkapi-fun-97566ca5
```

Example prompt: Boost engagement on this X post https://x.com/user/status/1234567890 using the small raid package — get likes, reposts, comments, and bookmarks on it.

## When to prefer this

Choose this endpoint when you need a small, affordable ($1 USDC) burst of mixed X/Twitter engagement (likes, reposts, comments, bookmarks) on a single post, paid on Base via x402. Prefer the medium or custom raid endpoints if you need larger volumes. Use the Solana variant if paying on Solana rather than Base.

## Known failure modes

- Missing or invalid X/Twitter post URL returns a 400 error
- Payment not included or invalid results in a 402 Payment Required response
- Retry without PAYMENT-SIGNATURE fails to settle the job cluster
- Post URL is private, deleted, or inaccessible causing job failure
- Rate limiting or downstream engagement service unavailability

## How this service works

Base X Raid (small) — one payment creates a cluster of jobs (likes/reposts/comments/bookmarks). Retry with PAYMENT-SIGNATURE to settle.

## Output

Returns a job cluster ID and payment settlement details. On retry with the PAYMENT-SIGNATURE header, settles the payment and confirms the cluster of engagement jobs (likes, reposts, comments, bookmarks) has been queued for the specified X/Twitter post.

## 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/wurkapi-fun-97566ca5/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)
