# Signalis Pulse Narratives

> Signalis Pulse Narratives is a paid API for AI agents from api.signalis.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns active AI-business narratives with lifecycle stage, driving sources, and momentum indicators via the Pulse service

## Facts

- Endpoint: GET https://api.signalis.dev/v1/pulse/narratives
- 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/signalis-pulse-narratives-457cf6ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LupfaYuo-u_Efta4gzfhK

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 signalis-pulse-narratives-457cf6ca
```

Example prompt: What are the active AI-business narratives right now — I want to see their lifecycle stages and which sources are driving momentum.

## When to prefer this

Use this endpoint when you need a real-time, curated view of active AI-business narratives with lifecycle and momentum metadata — particularly when you want to understand not just what topics are trending but where they are in their narrative arc and what is driving them. Prefer this over generic news or trend APIs when the focus is specifically on AI-business storytelling with structured lifecycle context.

## Known failure modes

- Pulse service unavailable — no charge applied, returns error indicating upstream unavailability
- Invalid or malformed query parameters — returns 400 bad request
- Authentication or payment failure via x402 — returns 402 Payment Required
- Rate limiting or quota exceeded — returns 429 Too Many Requests
- No active narratives found — returns empty list or 404

## How this service works

Paid ($0.01 USDC via x402). Active AI-business narratives with lifecycle stage, driving sources, and momentum. Proxied from the Pulse service. Compute-first / settle-after — you are never charged when Pulse is unavailable or returns an error.

## Output

A list of active AI-business narratives, each with its current lifecycle stage (e.g. emerging, growing, peaking, declining), the sources driving it, and a momentum score or indicator — sourced from the Pulse service.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "charged": true,
  "narratives": [
   {
    "id": 4034,
    "stage": "building",
    "title": "AI-Native Founder Business Models and Organizational Strategy",
    "summary": "How founders leverage AI to reshape organizational structure and competitive positioning.",
    "momentum": 0.71
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalis-pulse-narratives-457cf6ca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.signalis.dev](https://www.zero.xyz/host/api.signalis.dev/llms.txt)
