# WURK API - Base 50 X Likes

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

Creates a paid WURK job to deliver 50 likes to a specified X (Twitter) post via x402 micropayment on Base network

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/base/xlikes-50
- Price: $0.5/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-50-x-likes-50ef2bbf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eXewPIfOfzO4bCsKJwYAt

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-50-x-likes-50ef2bbf
```

Example prompt: Use WURK to buy 50 likes for this tweet: https://x.com/username/status/1234567890

## When to prefer this

Use this endpoint when you need to deliver exactly 50 likes to an X (Twitter) post using USDC on the Base network via x402 micropayment. Prefer this over the Solana variant when operating in a Base/EVM ecosystem.

## Known failure modes

- Payment not confirmed — ok/paid returns false if x402 payment fails
- Invalid or malformed X post URL — job may not be created
- Post is private or deleted — job created but likes may not be delivered
- Network congestion on Base may delay job processing
- Missing required url parameter returns an error

## How this service works

Base 50 X Likes

## Output

Returns a JSON object with ok/paid boolean confirming payment and job creation, a jobId string for tracking, the job kind (xlikes-50), and the network (base) where the job is running.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Link to the X (Twitter) post to like."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "ok": {
  "type": "boolean",
  "description": "True when payment is confirmed and the quick job is created."
 },
 "kind": {
  "type": "string",
  "description": "Quick job kind (e.g., xlikes-50)."
 },
 "paid": {
  "type": "boolean",
  "description": "Alias for ok; kept for backwards compatibility."
 },
 "jobId": {
  "type": "string",
  "description": "Internal WURK job identifier that can be used with other job APIs."
 },
 "network": {
  "type": "string",
  "description": "Network where the job is running (e.g., base)."
 }
}
```

## More

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