# WURK API - Base X Bookmarks (20)

> WURK API - Base X Bookmarks (20) is a paid API for AI agents from wurkapi.fun, paid per call via x402, $0.500000/call, status unknown (last checked 2026-09-15).

Creates a paid WURK job that adds 20 bookmarks to a specified X (Twitter) post via x402 micropayment on Base network

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/base/xbookmarks-20
- Price: $0.500000/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-api-base-x-bookmarks-20-5615ae9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EbDSq3Gw8mo9z6BHM7g1K

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-20-5615ae9a
```

Example prompt: Use WURK to add 20 bookmarks to this X post: https://x.com/elonmusk/status/123456789 — pay with USDC on Base via x402.

## When to prefer this

Choose this endpoint when you need to programmatically add exactly 20 bookmarks to a specific X (Twitter) post using a USDC micropayment on the Base blockchain network. Prefer this over Solana variants when your payment infrastructure is Base-native. Use when you want a quick single-call job creation with built-in x402 payment flow rather than managing a multi-step engagement campaign.

## Known failure modes

- Payment not confirmed — ok/paid returns false if x402 payment fails
- Invalid or missing URL parameter — returns error if X post URL is not provided
- Malformed URL — non-Twitter/X URLs may be rejected
- Network congestion on Base — payment confirmation may delay job creation
- Job creation failure after payment — jobId may not be returned if WURK backend errors

## How this service works

Base 20 X Bookmarks

## Output

Returns a confirmation object with ok/paid boolean (true if payment confirmed and job created), the job kind ('xbookmarks-20'), a unique jobId for tracking the job via other WURK APIs, and the network name ('base').

## Example request

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

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "url"
 ],
 "properties": {
  "url": {
   "type": "string",
   "description": "Link to the X (Twitter) post to bookmark."
  }
 }
}
```

## 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., xbookmarks-20)."
 },
 "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-x-bookmarks-20-5615ae9a/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)
