# WURK API - Telegram Message Major Vote

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

Creates a paid WURK task on wurk.fun that collects votes on a Telegram message link, paid via x402 USDC micropayment on Base.

## Facts

- Endpoint: GET https://wurkapi.fun/base/majorvote
- Price: $2/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-telegram-message-major-vote-2b7d4fb2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yFhssWIVNMBO5i9Yc084q

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-message-major-vote-2b7d4fb2
```

Example prompt: Create a WURK paid vote job for this Telegram message — https://t.me/mychannel/42 — I want 100 votes and I'm willing to pay in USDC on Base.

## When to prefer this

Use this endpoint when you need to collect votes specifically on a Telegram message link using on-chain USDC micropayments via x402 on the Base network. Prefer this over other WURK endpoints when the target content is a Telegram message (t.me URL) and the task type is voting rather than likes, follows, comments, or subscribers.

## Known failure modes

- Invalid or missing t.me message URL returns an error
- x402 payment not completed — job not created
- Insufficient USDC balance causes payment failure
- Malformed request with wrong parameter types returns 400
- Network congestion on Base delays payment confirmation

## 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 job creation with fields: ok (boolean), kind (e.g. 'majorvote-100'), paid (boolean), votes (integer count), network ('base'), and pricePerVoteUsd (cost 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": "majorvote-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-message-major-vote-2b7d4fb2/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)
