# Questflow Base App Swarm

> Questflow Base App 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-15).

Answers questions about web3 news, Questflow capabilities, and Base App topics via an AI swarm agent

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68a6f6ed88ee7586a198b9fb
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/questflow-e6b55578
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nMrIzYM1iQZOeDTRc3AoY

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-e6b55578 -d '<json body>'
```

Example prompt: Ask the Questflow Swarm what the latest web3 news is and what features Questflow supports on the Base App.

## When to prefer this

Use this endpoint when you need general-purpose Q&A about Questflow features, web3 news, or Base App context — especially when users ask open-ended questions about what Questflow is or does, or want the latest crypto/web3 headlines without needing a specialized structured data feed.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions
- Invalid or insufficient payment token causes authentication failure
- Query field missing or empty returns validation error
- Swarm timeout after 1200 seconds if query is too complex
- Malformed JSON body causes request parse error

## How this service works

This swarm is specially tailored to the Base App. You can ask Questflow Swarm anything, like asking web3 news, what Questflow can do, etc. | Powered by Questflow

## Output

A natural language response from the Questflow AI swarm answering the user's question about web3 news, Questflow capabilities, Base App topics, or related crypto subjects.

## 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-e6b55578/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)
