# WURK API - Zora Comments via x402 Micropayments

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

Creates a paid WURK task to collect comments on a Zora post, paying $2.50 USDC via x402 protocol on Base network.

## Facts

- Endpoint: GET https://wurkapi.fun/base/zoracomments
- Price: $2.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-zora-comments-via-x402-micropayments-ecb6d8a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_p8mJhalrFDIf5I9rdt2ap

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-zora-comments-via-x402-micropayments-ecb6d8a2
```

Example prompt: Can you create a WURK job to get 100 comments on my Zora post at https://zora.co/coin/0xabc123 — I want to pay with USDC on Base and have commenters explain why they like the piece.

## When to prefer this

Use this endpoint when you need to programmatically acquire real human comments on a Zora post and are willing to pay per-comment via USDC on Base through the x402 micropayment protocol. Prefer this over manual outreach when you want automated, scalable social engagement on Web3 content with verifiable proof of task completion.

## Known failure modes

- Invalid or malformed Zora URL returns an error
- Insufficient USDC balance or failed x402 payment prevents job creation
- Unsupported Zora post type may not be accepted
- Network congestion on Base could delay payment confirmation
- Amount parameter out of acceptable range returns validation error

## 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 job creation with fields: ok (boolean), kind (e.g. 'zoracomments-100'), paid (boolean), network ('base'), comments (integer count ordered), and pricePerCommentUsd (e.g. 0.025). The job is then live on wurk.fun for workers to comment and submit proof.

## 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": "zoracomments-100",
  "paid": true,
  "network": "base",
  "comments": 100,
  "pricePerCommentUsd": 0.025
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-zora-comments-via-x402-micropayments-ecb6d8a2/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)
