# WURK API - Base Instagram Likes (x402)

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

Purchases 40 Instagram likes (default) on a target post URL by creating a paid WURK job via x402 micropayment on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/instalikes
- 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-base-instagram-likes-x402-0492b632
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ANrMqgSW_Q1SClPwvSOXQ

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-instagram-likes-x402-0492b632
```

Example prompt: Buy me 40 Instagram likes on this post — https://www.instagram.com/p/ABC123/ — using the WURK Base network quick endpoint and pay the $1 USDC fee.

## When to prefer this

Use this endpoint when you need to boost Instagram post likes quickly using a Base network USDC micropayment via x402, especially when you want a default 40-like delivery for $1 or need to customize slot count within the 5–250 range.

## Known failure modes

- Payment not completed — job not fulfilled if pay URL is not called after initial request
- Invalid or non-public Instagram URL — job may fail or return error
- Slot count below minimum (5) or above maximum (250) — rejected
- x402 payment timeout — job expires before payment is received
- Network congestion on Base — payment confirmation delayed

## How this service works

Base Instagram likes quick endpoint. Call with url (+ optional amount), then pay the returned job pay URL.

## Output

Returns a JSON object with ok status, job kind (e.g. 'insta-likes-40'), paid flag, likes count delivered, network used (base), and pricing breakdown including perSlotUsd ($0.025), defaultSlots (40), maxSlots (250), minSlots (5), and defaultAmountUsd ($1).

## 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": "insta-likes-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-base-instagram-likes-x402-0492b632/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)
