# WurkAPI Base X Raid (Medium)

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

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

## Facts

- Endpoint: GET https://wurkapi.fun/base/xraid/medium
- Price: $2.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurkapi-fun-ad2d7352
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QQLOU5r0omQFrkwZpUidt

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-ad2d7352
```

Example prompt: Run a medium X raid on this tweet — https://x.com/user/status/123456789 — with likes, reposts, comments, and bookmarks.

## When to prefer this

Choose this endpoint when you need a medium-volume engagement boost on an X/Twitter post, combining likes, reposts, comments, and bookmarks in a single payment, settled via x402 USDC on Base. Prefer the small raid for lighter boosts or the custom raid for fully configurable cluster sizes.

## Known failure modes

- Missing or invalid X/Twitter post URL returns a 400 error
- Payment not provided or insufficient USDC balance triggers a 402 Payment Required response
- Retry without correct PAYMENT-SIGNATURE header fails to settle the job cluster
- Post URL is private or deleted, causing job dispatch failure
- Network timeout if Base chain payment confirmation is slow

## How this service works

Base X Raid (medium) — 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; after paying, retry with the PAYMENT-SIGNATURE header to confirm and activate the medium engagement cluster (likes, reposts, comments, bookmarks) on the specified X post.

## 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": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "X / Twitter post URL"
      }
     },
     "additionalProperties": false
    }
   },
   "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/wurkapi-fun-ad2d7352/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)
