# Research Report Generator API

> Research Report Generator API is a paid API for AI agents from research-report.api.klymax402.com, paid per call via x402, $0.06/call, status unknown (last checked 2026-09-15).

Generates a multi-source research report on any given topic, with configurable depth from 3 to 8 sources

## Facts

- Endpoint: GET https://research-report.api.klymax402.com/api/report
- Price: $0.06/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/research-report-generator-api-4f392d5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T-2Cg0ivpj1sO8Rv-WpDH

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 research-report-generator-api-4f392d5e
```

Example prompt: Can you generate a deep research report on the geopolitical impact of rare earth mineral supply chains, using 8 sources?

## When to prefer this

Use this endpoint when you need a synthesized, multi-source research report on any topic without building your own research pipeline. Ideal for quick background research, competitive analysis, or topic summaries. Prefer 'quick' depth for fast overviews, 'deep' for thorough investigations.

## Known failure modes

- Missing 'topic' parameter returns an error indicating the field is required
- Invalid 'depth' value falls back to default 'standard' (5 sources) or returns validation error
- Payment of $0.02 USDC not provided results in 402 Payment Required response
- Network timeout for deep research requests pulling from 8 sources
- Empty or overly vague topic may return a generic or low-quality report

## How this service works

Generate a research report on a given topic

## Output

Returns a structured research report on the requested topic, synthesized from 3, 5, or 8 sources depending on depth setting. Includes findings, analysis, and likely citations or references.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "depth": {
   "type": "string",
   "description": "Research depth: quick (3 sources), standard (5 sources), deep (8 sources). Default: standard"
  },
  "topic": {
   "type": "string",
   "description": "The research topic to investigate"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/research-report-generator-api-4f392d5e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from research-report.api.klymax402.com](https://www.zero.xyz/host/research-report.api.klymax402.com/llms.txt)
