---
name: api.signalis.dev
description: api.signalis.dev exposes a single endpoint that returns a real-time snapshot of active AI-business narratives, each annotated with lifecycle stage, momentum signals, source counts, content counts, tags, and timestamps. It is a read-only intelligence feed priced at $0.01 USDC per call via x402.
host: api.signalis.dev
---

# api.signalis.dev

Signalis is a narrative-intelligence service targeting agents and applications that need to monitor which AI-business storylines are currently gaining or losing traction. It serves research, content strategy, and market-monitoring use cases by surfacing structured metadata about active narratives rather than raw news or social data. It does not offer historical archives, time-series queries, or any write operations.

## When to use this host

Use api.signalis.dev when an agent needs a structured, up-to-date list of active AI-business narratives with lifecycle and momentum metadata in a single low-cost call. Do not use it for historical trend data, time-series analysis, or archival research — this host returns only the current active snapshot with no lookback capability. For raw news retrieval, social sentiment streams, or financial market data, route to dedicated news APIs, social analytics hosts, or market-data providers instead. If an agent needs to track narrative evolution over time, it must call this endpoint repeatedly and maintain its own state, as the host itself provides no historical query interface.

## Capabilities

### Narrative Intelligence Feed

Provides a current snapshot of active AI-business narratives with lifecycle stage classification (emerging, developing, building, fading), source and content counts, tags, and timestamps, enabling agents to assess which themes are trending right now.

- **`fetch-pulse-narratives`** — Returns a list of active AI-business narratives with lifecycle stage, momentum, source counts, content counts, tags, and timestamps, paid at $0.01 USDC per call via x402.

## Skill reference

### `fetch-pulse-narratives`

**Signalis Pulse Narratives** — Returns a list of active AI-business narratives with lifecycle stage, momentum, source counts, content counts, tags, and timestamps, paid at $0.01 USDC per call via x402.

*Use when:* Use when an agent needs a current snapshot of trending AI-business narratives including their lifecycle stage (emerging, developing, building, fading), driving source counts, and associated tags to inform research, content strategy, or market monitoring.

*Not for:* Do not use for historical narrative archives or time-series trend data; this endpoint returns only the current active narrative list as a single snapshot.

**Returns:** Returns a narratives array of active AI-business narrative objects each with id, title, summary, stage, sourceCount, contentCount, tags, firstSeenAt, lastUpdatedAt, and peakedAt, plus charged=true confirming successful x402 payment.

**Example:** `GET https://api.signalis.dev/v1/pulse/narratives`

---
