# WURK API - Base Instagram Likes (10) via x402

> WURK API - Base Instagram Likes (10) via x402 is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.250000/call, status unknown (last checked 2026-09-13).

Creates a paid WURK job to deliver 10 Instagram likes to a specified post using x402 micropayment on Base network

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/base/insta-likes-10
- Price: $0.250000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-base-instagram-likes-10-via-x402-b2b674a4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zDfjXUmbL1Sgzqz6bMlTT

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-10-via-x402-b2b674a4
```

Example prompt: Use WURK to add 10 Instagram likes to my post at https://www.instagram.com/p/ABC123xyz/ — pay with USDC on Base.

## When to prefer this

Choose this endpoint when you need exactly 10 Instagram likes delivered via a single x402 micropayment on the Base network, and you already have the Instagram post URL ready. Prefer this over Solana variants when operating on Base/EVM infrastructure.

## Known failure modes

- Payment not confirmed — ok returns false and job is not created
- Invalid or inaccessible Instagram post URL — job creation fails
- Network congestion on Base causing payment delay
- Post URL missing from request — 400 bad request
- Instagram post already deleted or private — job may fail silently

## How this service works

Base 10 Instagram Likes

## Output

Returns a JSON object with ok (boolean confirming payment and job creation), kind ('insta-likes-10'), paid (boolean alias for ok), jobId (internal WURK identifier for tracking), and network ('base').

## Example request

```json
{
 "url": "https://www.instagram.com/p/ABC123xyz/"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Link to the Instagram post to like."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "ok": {
  "type": "boolean",
  "description": "True when payment is confirmed and the quick job is created."
 },
 "kind": {
  "type": "string",
  "description": "Quick job kind (e.g., insta-likes-10)."
 },
 "paid": {
  "type": "boolean",
  "description": "Alias for ok; kept for backwards compatibility."
 },
 "jobId": {
  "type": "string",
  "description": "Internal WURK job identifier that can be used with other job APIs."
 },
 "network": {
  "type": "string",
  "description": "Network where the job is running (e.g., base)."
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-instagram-likes-10-via-x402-b2b674a4/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)
