# WURK API - YouTube Comments via x402 Micropayment

> WURK API - YouTube Comments via x402 Micropayment 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 that recruits human users to comment on a specified YouTube video, paid via USDC x402 micropayment on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/ytcomments
- 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-youtube-comments-via-x402-micropayment-cb34ff9c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9zuJINFhaXH6cluZyAXGX

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-youtube-comments-via-x402-micropayment-cb34ff9c
```

Example prompt: Create a paid WURK comment job for my YouTube video at https://youtube.com/watch?v=abc123 — I want 100 comments, so charge the standard USDC rate, and tell commenters to focus on my product launch.

## When to prefer this

Use this endpoint when you want to crowdsource real human comments on a specific YouTube video and are willing to pay in USDC via x402 on Base. Prefer this over manual outreach when you need a programmatic, agent-driven way to launch a comment campaign quickly with crypto payment.

## Known failure modes

- Payment not received or insufficient USDC — job not created
- Invalid or inaccessible YouTube video URL — request rejected
- x402 payment protocol error — payment header missing or malformed
- Network error on Base — transaction not confirmed
- Amount too low to cover minimum comment threshold

## 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, job kind (e.g. 'ytcomments-100'), paid confirmation, network ('base'), number of comments requested, and price per comment in USD.

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

## More

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