# Wurk Solana 40 Reposts Quick Job

> Wurk Solana 40 Reposts Quick Job is a paid API for AI agents from wurkapi.fun, paid per call via x402, $1/call, status unknown (last checked 2026-09-15).

Creates a quick job to repost a single X (Twitter) post 40 times using USDC on Solana via x402 payment protocol

## Facts

- Endpoint: GET https://wurkapi.fun/solana/reposts/40
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wurk-wurk-quick-jobs-20-00d9c4ec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3ANCV4LuAVCGooFq5VoEv

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-wurk-quick-jobs-20-00d9c4ec
```

Example prompt: Can you get 40 reposts on my X post at https://x.com/myuser/status/1234567890 — pay for it with USDC on Solana?

## When to prefer this

Use this endpoint when you need exactly 40 reposts (≈1 USDC) on a single X/Twitter post and want to pay via USDC on the Solana network using the x402 protocol. Choose this over the variable-amount endpoints when a fixed 40-repost campaign is the goal. Prefer over Base-chain variants when Solana USDC is the payment source.

## Known failure modes

- Missing url query parameter — returns 402 discovery payload without creating a job
- Missing or invalid X-PAYMENT header — payment not processed, job not created
- Insufficient USDC balance — payment fails, job not created
- Invalid X/Twitter post URL — job creation may fail or return error
- Network congestion on Solana — payment confirmation delayed

## How this service works

Solana 40 Reposts — multi-repost quick job for a single X (Twitter) post paid via x402 using USDC on Solana. Each repost slot costs 0.025 USDC; total prepaid price = slots × 0.025. You can choose between 5 and 250 reposts via the numeric path segment (/reposts-5..250) or the ?amount= query on the dynamic endpoints (e.g., /solana/reposts?amount=80&url=...). Requests without an explicit amount/winners default to 40 reposts (≈ 1 USDC); this descriptor currently describes 40 reposts for ≈ 1 USDC. First call (without X-PAYMENT and usually without url) returns this 402 discovery with schema; second call with X-PAYMENT and url creates the job and returns jobId, network, kind and winners.

## Output

Returns a jobId confirming the repost campaign was created, along with the network (Solana), job kind (reposts), and winners count (40). First call without payment returns a 402 discovery payload with schema; second call with X-PAYMENT header and url query param creates the job.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "X / Twitter post URL"
      }
     },
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-wurk-quick-jobs-20-00d9c4ec/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)
