# FanPulse Personality Sorting Hat

> FanPulse Personality Sorting Hat 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).

Matches a user's personality to iconic fictional faction roles across major franchises (Hogwarts house, Jedi/Sith, Fellowship role, Starfleet division, etc.)

## Facts

- Endpoint: GET https://fanpulse.theaslangroupllc.com/api/fan/sorting
- 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-personality-sorting-hat-edfda920
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PTmOJ5Kpr8UHL4o8ooZQV

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-personality-sorting-hat-edfda920
```

Example prompt: Based on my personality — I'm strategic and ambitious but also deeply loyal and protective of those I care about — sort me into my Hogwarts house, tell me if I'm Jedi or Sith, which Fellowship role I'd have, and what Starfleet division I belong in.

## When to prefer this

Use this endpoint when a user wants a fun, multi-franchise personality sort across iconic fictional universes simultaneously. Prefer this over generic personality quiz APIs when the context is fan engagement, entertainment agents, or franchise fandom. Ideal for chatbots, fan apps, or entertainment AI agents that want to deepen user engagement through character identity matching.

## Known failure modes

- Missing or insufficient personality input — returns error requesting more trait data
- Ambiguous personality signals producing low-confidence assignments
- Franchise not supported — only canonical franchises covered
- Rate limit exceeded — too many requests
- Invalid query parameters — returns 400 bad request

## How this service works

Personality-based character matching for fan and entertainment agents. Sorts a user into a Hogwarts house, Jedi/Sith, Fellowship role, Starfleet division, and more.

## Output

Returns faction/role assignments across multiple major franchises including Hogwarts house (Gryffindor, Slytherin, Ravenclaw, Hufflepuff), Jedi/Sith alignment, Lord of the Rings Fellowship role, and Starfleet division, based on the user's submitted personality traits.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/fanpulse-personality-sorting-hat-edfda920/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)
