# WURK Base 25 Reposts Quick Job

> WURK Base 25 Reposts Quick Job is a paid API for AI agents from wurkapi.fun, $0.625/call, status unknown (last checked 2026-09-14).

Creates a quick job that pays 25 real humans to repost a specified X (Twitter) post, charged at 0.025 USDC per repost (0.625 USDC total) via x402 on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/reposts/25
- Price: $0.625/call
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-base-25-reposts-quick-job-d16415e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aVymcBULiF4DkDjBCZb-m

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-base-25-reposts-quick-job-d16415e4
```

Example prompt: Use WURK to get 25 real people to repost this tweet — https://x.com/example/status/123456789 — and pay with USDC on Base.

## When to prefer this

Choose this endpoint when you want exactly 25 reposts of an X/Twitter post paid with USDC on Base via x402 micropayment protocol. Prefer this fixed-slot endpoint over dynamic endpoints when you want a preset, budget-predictable 0.625 USDC repost campaign without configuring amount parameters.

## Known failure modes

- Missing X-PAYMENT header returns HTTP 402 with discovery schema and payment instructions
- Missing or invalid url query parameter causes job creation to fail
- Insufficient USDC balance or failed x402 payment results in job not being created
- Invalid X/Twitter URL format may cause job rejection
- Network congestion on Base may delay payment settlement

## How this service works

Base 25 Reposts — multi-repost quick job for a single X (Twitter) post paid via x402 using USDC on Base. Each repost slot costs 0.025 USDC; total prepaid price = slots × 0.025. You can choose between 5 and 250 reposts via the numeric path segment (/reposts-5..250) or the ?amount= query on the dynamic endpoints (e.g., /solana/reposts?amount=80&url=...). Requests without an explicit amount/winners default to 40 reposts (≈ 1 USDC); this descriptor currently describes 25 reposts for ≈ 0.625 USDC. First call (without X-PAYMENT and usually without url) returns this 402 discovery with schema; second call with X-PAYMENT and url creates the job and returns jobId, network, kind and winners.

## Output

Returns a jobId identifying the newly created repost campaign, along with network (Base), kind (reposts), and winners (25) confirming the job was successfully funded and queued for real human workers.

## 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/wurk-base-25-reposts-quick-job-d16415e4/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)
