# FanPulse Character Profile API

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

Returns deep character profiles for fictional-franchise characters and iconic artists, including story arc, notable quotes, relationships, and legacy.

## Facts

- Endpoint: GET https://fanpulse-tau.vercel.app/api/fan/character
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-character-profile-api-b44fa546
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CiZlH8NMv4hJSK0-bTF7S

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-character-profile-api-b44fa546
```

Example prompt: Give me a deep character profile for Daenerys Targaryen from Game of Thrones — I want her full story arc, key relationships, most iconic quotes, and lasting legacy in the franchise.

## When to prefer this

Use this endpoint when an agent needs rich, structured character-level detail — arc, quotes, relationships, and legacy — for a specific fictional character or iconic artist, as opposed to general franchise lore, trivia questions, or cross-character comparisons. Prefer this over the lore Q&A endpoint when the query is character-centric rather than world-building or plot-centric.

## Known failure modes

- Unknown or misspelled character name returns empty or error response
- Character from an unsupported franchise returns no results
- Ambiguous character name without franchise context may return wrong character
- Network timeout or Vercel cold-start latency on first call
- Payment failure via x402 protocol blocks the response

## How this service works

Deep character profiles for fan and entertainment agents. Returns arc, quotes, relationships, and legacy for fictional-franchise characters and iconic artists.

## Output

A structured character profile including the character's story arc across the franchise, notable quotes, key relationships with other characters, and their overall legacy or cultural impact within the fictional universe or music catalog.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "name",
  "franchise"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "name": {
   "type": "string",
   "description": "name"
  },
  "franchise": {
   "type": "string",
   "description": "franchise"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-character-profile-api-b44fa546/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)
