# FanPulse Character Profile API

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

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

## Facts

- Endpoint: GET https://fanpulse.theaslangroupllc.com/api/fan/character
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/fanpulse-character-profile-api-ac61e9ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bSzDDeu5XWQAJZwepyjHL

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-ac61e9ab
```

Example prompt: Give me a deep character profile for Darth Vader from Star Wars — I want his full arc, iconic quotes, key relationships, and legacy.

## When to prefer this

Use this endpoint when you need comprehensive, structured character intelligence — arc, quotes, relationships, and legacy — for a specific fictional character or iconic artist, rather than general lore Q&A or comparisons. Best when you want a single character's full profile rather than cross-franchise debate or trivia.

## Known failure modes

- Character or artist not recognized — returns error or empty profile
- Franchise not supported — limited coverage outside major franchises
- Ambiguous character name with multiple matches — may return wrong character
- Network or payment authorization failure — no data returned

## 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 narrative arc, memorable quotes, key relationships with other characters or artists, and their lasting legacy within the franchise or cultural landscape.

## 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-ac61e9ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from fanpulse.theaslangroupllc.com](https://www.zero.xyz/host/fanpulse.theaslangroupllc.com/llms.txt)
