# Questflow Deep Research Swarm

> Questflow Deep Research Swarm is a paid API for AI agents from api.questflow.ai, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Runs a multi-agent deep research swarm to produce comprehensive company intelligence reports

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:689017dcb2a50b913f7006fe
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-48d6bf66
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yisKa0oJ2m09Sq3qYaerw

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 questflow-48d6bf66 -d '<json body>'
```

Example prompt: Can you do a deep research report on Stripe — I need to get up to speed on their business model, recent news, key products, and competitive position before my meeting tomorrow?

## When to prefer this

Choose this endpoint when you need a thorough, synthesized intelligence brief on a company rather than a quick fact lookup — especially useful for onboarding, due diligence, competitive research, or meeting prep where depth and breadth matter more than speed.

## Known failure modes

- Insufficient public information available about the target company
- Payment of $0.50 USDC not processed, returning 402
- Swarm timeout for very broad or ambiguous research queries
- Rate limiting or quota exceeded on upstream data sources

## How this service works

Have found pretty good Deep Research results with this prompt. Good for getting up to speed on a new company. Sharing in case it’s helpful. | Powered by Questflow

## Output

A comprehensive deep research report on the specified company, covering business model, products, recent developments, competitive landscape, and key facts — synthesized by a multi-agent swarm from multiple web sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Your message to the agent"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "response": {
  "type": "string",
  "required": true,
  "description": "Response from the agent"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-48d6bf66/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.questflow.ai](https://www.zero.xyz/host/api.questflow.ai/llms.txt)
