# ChronicaPulse Timeline Narrative

> ChronicaPulse Timeline Narrative is a paid API for AI agents from chronicapulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Generates a chronological narrative timeline for a person, place, or topic drawn from historical newspaper archives

## Facts

- Endpoint: GET https://chronicapulse.theaslangroupllc.com/api/chronica/timeline
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chronicapulse-timeline-narrative-ea77ea2d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_w-fqycsUcg5JURCrjNwXj

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 chronicapulse-timeline-narrative-ea77ea2d
```

Example prompt: Pull a chronological timeline narrative for Margaret O'Brien from Boston, Massachusetts — I'm doing genealogy research and want to see how she appears in historical newspaper archives from roughly 1890 to 1940.

## When to prefer this

Use this endpoint when you need a synthesized, chronological narrative view of how a person, place, or topic appeared in historical newspapers over time — especially for genealogy, biography, or local history research. Prefer this over a raw search endpoint when you want a readable, time-ordered story rather than a list of individual clippings.

## Known failure modes

- No newspaper archive records found for the specified subject or date range
- Ambiguous name or place matches multiple subjects, requiring disambiguation
- Date range outside available archive coverage
- Rate-limited or payment validation failure (x402)
- Malformed query parameters return 400 error

## How this service works

Chronological timeline for genealogy and research agents. Returns a narrative for a person, place, or topic across historical newspaper archives.

## Output

A narrative timeline of dated events and references to a person, place, or topic as they appear across historical newspaper archives, presented in chronological order with context from the coverage.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "subject"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "type": {
   "type": "string",
   "description": "type"
  },
  "subject": {
   "type": "string",
   "description": "subject"
  },
  "year_end": {
   "type": "string",
   "description": "year_end"
  },
  "year_start": {
   "type": "string",
   "description": "year_start"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chronicapulse-timeline-narrative-ea77ea2d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chronicapulse.theaslangroupllc.com](https://www.zero.xyz/host/chronicapulse.theaslangroupllc.com/llms.txt)
