# WURK API - Base X Bookmarks (40 slots, x402)

> WURK API - Base X Bookmarks (40 slots, 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).

Returns a payable job URL to purchase approximately 40 X (Twitter) bookmarks on a given post URL via x402 micropayment on Base network.

## Facts

- Endpoint: GET https://wurkapi.fun/base/bookmarks
- 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-x-bookmarks-40-slots-x402-a2427caf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y6l8tHt6GATdppscoGuhZ

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-x-bookmarks-40-slots-x402-a2427caf
```

Example prompt: Can you get me 40 bookmarks on this X post — https://x.com/myhandle/status/123456789 — and pay for it using my Base USDC wallet?

## When to prefer this

Use this endpoint when you need approximately 40 X bookmarks on a specific post and want to pay via x402 micropayment protocol using USDC on the Base network. Prefer this over Solana-based siblings if your wallet is on Base, and over other slot-count variants if 40 bookmarks is the target quantity.

## Known failure modes

- Missing or invalid URL parameter returns an error
- Payment not completed results in job not being fulfilled
- Slot maximum (250) or minimum (5) exceeded causes rejection
- Network congestion on Base may delay job creation
- Invalid USDC wallet or insufficient funds causes payment failure

## How this service works

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

## Output

A JSON object containing a pay URL to complete the x402 micropayment, confirmation that the job was accepted, the network (Base), pricing info (default 40 slots at $0.025/slot = $1 USD), and a paid status flag once payment is processed.

## Example request

```json
{
 "url": "https://x.com/example/status/1234567890"
}
```

## 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": "xbookmarks-40",
  "paid": true,
  "network": "base",
  "pricing": {
   "maxSlots": 250,
   "minSlots": 5,
   "perSlotUsd": 0.025,
   "defaultSlots": 40,
   "defaultAmountUsd": 1
  },
  "bookmarks": 40
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-base-x-bookmarks-40-slots-x402-a2427caf/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)
