# emoji.today Vote

> emoji.today Vote is a paid API for AI agents from emoji.today, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Cast a paid vote for today's emoji in the daily emoji election on emoji.today

## Facts

- Endpoint: POST https://emoji.today/api/vote
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/emoji-today-d6333e89
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gNb56NWHLZIDujBdPkAH8

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 emoji-today-d6333e89 -d '<json body>'
```

Example prompt: Cast my vote for the 🍕 emoji in today's emoji election on emoji.today.

## When to prefer this

Use this endpoint when you want to cast a paid vote in the daily emoji election on emoji.today. This is the primary voting action endpoint; prefer it over the NFT minting sibling endpoint when you only want to register a vote without minting a collectible.

## Known failure modes

- Invalid or unsupported emoji submitted
- Payment of $0.01 USDC not processed or insufficient funds
- Vote already cast for today's election
- Election not active or today's voting window closed
- Network error or server unavailability

## How this service works

Cast a paid vote for today's emoji election on emoji.today

## Output

A confirmation that the paid vote was successfully recorded for the selected emoji in today's election, along with any vote receipt or confirmation details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "fid": {
   "type": "number",
   "description": "The voter's Farcaster ID"
  },
  "emoji": {
   "type": "string",
   "description": "The emoji character to vote for (e.g. the actual Unicode character, not the name)"
  },
  "signature": {
   "type": "string",
   "description": "Signature of 'emoji.today:{fid}:{date}' from a wallet verified on the Farcaster account"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/emoji-today-d6333e89/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from emoji.today](https://www.zero.xyz/host/emoji.today/llms.txt)
