# WURK API - Base X Reposts

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

Initiates a micropayment-gated job to generate reposts on X (Twitter) for a given post URL using Base network USDC via x402 protocol.

## Facts

- Endpoint: GET https://wurkapi.fun/base/reposts
- 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-base-x-reposts-75e59e67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kVfVHMYKT-85LrRiMxT_O

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-reposts-75e59e67
```

Example prompt: Get 40 reposts on my X post at https://x.com/user/status/123456789 using the WURK API via Base USDC micropayment.

## When to prefer this

Use this endpoint when you need to programmatically boost an X (Twitter) post with reposts using a Base network USDC micropayment via the x402 protocol, especially in agent workflows that can handle pay-then-execute patterns. Prefer over manual promotion or other social boost services when you need blockchain-native, agent-friendly payment flows.

## Known failure modes

- Missing or invalid X post URL returns error
- Payment not completed results in job not executing
- Slot count below minimum (5) or above maximum (250) rejected
- Network congestion may delay job execution
- Invalid USDC payment or insufficient funds

## 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 repost job was created, including ok status, kind (reposts-40), paid flag, network (base), pricing details (perSlotUsd, defaultSlots, maxSlots, minSlots, defaultAmountUsd), and the number of reposts (40). Also provides a pay URL to complete the x402 USDC payment.

## Example request

```json
{
 "url": "https://x.com/user/status/1234567890",
 "slots": "40"
}
```

## 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": "reposts-40",
  "paid": true,
  "network": "base",
  "pricing": {
   "maxSlots": 250,
   "minSlots": 5,
   "perSlotUsd": 0.025,
   "defaultSlots": 40,
   "defaultAmountUsd": 1
  },
  "reposts": 40
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-x-reposts-75e59e67/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)
