# FanPulse Compare

> FanPulse Compare is a paid API for AI agents from fanpulse-tau.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Delivers a definitive, AI-generated verdict comparing two fictional characters, franchises, artists, or bands across fan-relevant criteria

## Facts

- Endpoint: GET https://fanpulse-tau.vercel.app/api/fan/compare
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-compare-11d5a06c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yWDOWwM-4EFPxcOlE8p4r

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 fanpulse-compare-11d5a06c
```

Example prompt: Can you settle the debate once and for all — who wins, Gandalf or Dumbledore? Give me a definitive verdict with reasoning.

## When to prefer this

Use this endpoint when a user wants a decisive, opinionated verdict settling a pop-culture or fan debate between two specific entities — characters, franchises, artists, or bands. Prefer this over generic search or lore endpoints when the goal is a comparison outcome rather than factual information about a single entity. Ideal for fan debate resolution, trivia contexts, or entertainment recommendation flows.

## Known failure modes

- Unrecognized or obscure entities may return low-confidence or inconclusive results
- Comparing entities from wildly different domains may produce less coherent verdicts
- Payment failure via x402 protocol returns 402 status before any comparison is made
- Missing or malformed entity parameters return a 400-level error
- Rate limiting may occur with rapid successive comparisons

## How this service works

Decisive cross-franchise and cross-artist comparisons for fan and entertainment agents. Settles debates like Gandalf vs Dumbledore or Beatles vs Rolling Stones with a definitive call.

## Output

A structured response containing a definitive winner or verdict, detailed reasoning across multiple comparison dimensions (power, lore impact, cultural relevance, etc.), and a fan-debate analysis explaining why this call is justified.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "subject1",
      "subject2"
     ],
     "properties": {
      "lang": {
       "type": "string",
       "description": "lang"
      },
      "type": {
       "type": "string",
       "description": "character|franchise|artist|album"
      },
      "subject1": {
       "type": "string",
       "description": "subject1"
      },
      "subject2": {
       "type": "string",
       "description": "subject2"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-compare-11d5a06c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fanpulse-tau.vercel.app](https://www.zero.xyz/host/fanpulse-tau.vercel.app/llms.txt)
