# WURK API - Base 100 X Bookmarks

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

Creates a paid WURK job that generates 100 bookmarks on a specified X (Twitter) post via x402 micropayment on Base network

## Facts

- Endpoint: GET https://wurkapi.fun/api/x402/quick/base/xbookmarks-100
- Price: $2.5/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-100-x-bookmarks-27ce2f09
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YtpezmmUO1HKmhB4RQ6kW

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-100-x-bookmarks-27ce2f09
```

Example prompt: Use WURK to get 100 bookmarks on this X post: https://x.com/example/status/1234567890 — pay with USDC on Base.

## When to prefer this

Use this endpoint when you need exactly 100 bookmarks on an X (Twitter) post and want to pay via USDC on the Base network using x402 micropayments. Prefer over the 20-bookmark variant when higher bookmark volume is needed in a single job.

## Known failure modes

- Payment not confirmed — ok/paid returns false, job not created
- Invalid or malformed X post URL — job creation rejected
- Insufficient USDC balance on Base network — payment fails
- Rate limiting or service unavailability — HTTP 429 or 503
- URL parameter missing — 400 bad request

## How this service works

Base 100 X Bookmarks

## Output

Returns a JSON object with ok (true if payment confirmed and job created), kind (xbookmarks-100), paid (alias for ok), jobId (internal WURK job identifier for tracking), and network (base).

## 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-100)."
 },
 "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-100-x-bookmarks-27ce2f09/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)
