# WURK API - YouTube Likes (Base x402)

> WURK API - YouTube Likes (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).

Delivers YouTube likes to a specified video URL by creating a paid microjob, funded via x402 USDC micropayment on Base network.

## Facts

- Endpoint: GET https://wurkapi.fun/base/ytlikes
- 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-youtube-likes-base-x402-8a031925
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xTg65cWXoPHA7lmjUhX6Z

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-likes-base-x402-8a031925
```

Example prompt: Add 40 likes to my YouTube video at https://youtu.be/abc123XYZ — pay with USDC on Base via WURK's quick likes endpoint.

## When to prefer this

Use this endpoint when you need a quick, low-cost, crypto-native way to boost YouTube likes using USDC on Base network via x402 micropayment protocol, especially in an agentic workflow that already handles x402 payment flows.

## Known failure modes

- Missing or invalid YouTube URL returns an error response
- Payment not completed — job remains unpaid and likes not delivered
- Slot count below minimum (5) or above maximum (250) rejected
- Network unavailable or WURK service downtime results in no response
- Insufficient USDC balance to cover the $1 default cost

## 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 (ytlikes-40), paid flag, likes count delivered (default 40), network (base), and pricing details including perSlotUsd ($0.025), defaultSlots (40), minSlots (5), maxSlots (250), and defaultAmountUsd ($1). Also includes a 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": "ytlikes-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-youtube-likes-base-x402-8a031925/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)
