# WURK API - Base X Likes Micropayment

> WURK API - Base X Likes Micropayment 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 paid WURK job to deliver 40 likes (default) to an X (Twitter) post, settled via x402 micropayment on Base network using USDC.

## Facts

- Endpoint: GET https://wurkapi.fun/base/xlikes
- 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-likes-micropayment-c8bdf147
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c1JLp_ki-iUbPZRyGNOK_

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-likes-micropayment-c8bdf147
```

Example prompt: Get me 40 likes on my X post at https://x.com/myhandle/status/123456789 — pay using USDC on Base network.

## When to prefer this

Use this endpoint when you want to programmatically boost likes on a specific X (Twitter) post using a USDC micropayment on the Base network, especially in automated agent workflows that support x402 payment flows. Prefer this over Solana-based alternatives when your agent or wallet is Base/EVM-native.

## Known failure modes

- Invalid or missing X post URL returns an error
- Payment not completed — job remains unpaid and likes are not delivered
- Requested slot count below minimum (5) or above maximum (250) returns a validation error
- Insufficient USDC balance causes payment failure
- Post URL unreachable or deleted may cause job failure

## 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 job was created and paid, including the number of likes ordered (e.g. 40), the network used (Base), and pricing details such as perSlotUsd ($0.025), defaultSlots (40), defaultAmountUsd ($1), minSlots (5), and maxSlots (250).

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

## More

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