# WURK API - X Comments (Base x402)

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

Generates AI-written comments for an X (Twitter) post, paid via x402 micropayment on Base network using USDC.

## Facts

- Endpoint: GET https://wurkapi.fun/base/comments
- 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-x-comments-base-x402-4151d48a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C-wVzt1e2mZd7Z6LCKkq8

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-x-comments-base-x402-4151d48a
```

Example prompt: Can you get 40 AI-written comments posted on this X post for me: https://x.com/user/status/123456789? Pay with USDC on Base.

## When to prefer this

Use this endpoint when you need to programmatically generate and post AI-written comments on an X (Twitter) post and want to pay via x402 USDC micropayment on the Base blockchain. Prefer this over Solana-based alternatives when operating on Base network. Best for agentic workflows that automate social media engagement with crypto-native payments.

## Known failure modes

- Missing or invalid X post URL returns error
- Payment not completed — job remains unpaid and comments not delivered
- Invalid slot count outside 5-250 range may be rejected
- Network or facilitator downtime causes job creation failure
- Duplicate or spam-flagged content may be rejected by X platform

## 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 with ok status, kind identifier (comments-40), paid flag, a prompt message instructing how comments should be written, network info (base), pricing breakdown (slots, per-slot USD, default amount), and the total number of comments to be generated. Also includes a job pay URL to complete the x402 micropayment.

## 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": "comments-40",
  "paid": true,
  "message": "Write a short, natural comment about this X post. Keep it positive and avoid spam or repeated text. Make sure your comment is meaningful and in context.",
  "network": "base",
  "pricing": {
   "maxSlots": 250,
   "minSlots": 5,
   "perSlotUsd": 0.025,
   "defaultSlots": 40,
   "defaultAmountUsd": 1
  },
  "comments": 40
 }
}
```

## More

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