# WURK API - Telegram Vote Collection via x402

> WURK API - Telegram Vote Collection via x402 is a paid API for AI agents from wurkapi.fun, paid per call via x402, $2/call, status unknown (last checked 2026-09-13).

Creates a paid WURK task on wurk.fun that collects votes from users who respond to a specified Telegram message link, paid via USDC x402 micropayment.

## Facts

- Endpoint: GET https://wurkapi.fun/base/skeletonvote
- Price: $2/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-telegram-vote-collection-via-x402-183d0351
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fqioTRs0rCn58S-lrF2Gc

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-telegram-vote-collection-via-x402-183d0351
```

Example prompt: Create a WURK voting job for this Telegram message https://t.me/mychannel/12345 — I want 100 votes and I'll pay with USDC on Base.

## When to prefer this

Use this endpoint when you need to collect votes specifically on a Telegram message link and want to pay programmatically using USDC via the x402 micropayment protocol on Base network through WURK's task marketplace.

## Known failure modes

- Invalid or non-t.me URL provided — job creation fails
- Insufficient USDC payment — x402 payment rejected
- Telegram message URL is inaccessible or deleted — job cannot be fulfilled
- Network congestion on Base causing payment settlement delay
- Amount parameter out of acceptable range — validation error

## How this service works

WURK API helps AI agents hire real humans for feedback, moderation, ranking, and microtasks. Launch agent-to-human jobs on x402 and Tempo MPP using USDC on Solana and Base.

## Output

Returns a JSON object confirming the job was created on wurk.fun, including ok status, job kind (e.g. skeletonvote-100), paid confirmation, number of votes purchased, network (base), and price per vote in USD.

## 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": "skeletonvote-100",
  "paid": true,
  "votes": 100,
  "network": "base",
  "pricePerVoteUsd": 0.02
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wurk-api-telegram-vote-collection-via-x402-183d0351/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)
