# Questflow Swarm 68dec75db36f34e392f8b90f

> Questflow Swarm 68dec75db36f34e392f8b90f 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).

Invokes a Questflow multi-agent swarm orchestration endpoint for automated task execution

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68dec75db36f34e392f8b90f
- 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-1e5e8b8d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s3_3NVn98nbQsgXsgglmb

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

Example prompt: Run this task through the Questflow swarm and give me back the result: summarize the latest news on AI regulation and identify the top 3 policy risks.

## When to prefer this

Choose this endpoint when you need to run a coordinated multi-agent workflow on Questflow's platform, especially for tasks that require multiple AI agents working in parallel or sequence. Best suited for complex automation tasks that go beyond a single model call.

## Known failure modes

- Invalid or missing task input returns 400 Bad Request
- Payment not provided or insufficient USDC balance returns 402 Payment Required
- Swarm ID not found or decommissioned returns 404 Not Found
- Swarm execution timeout returns 504 Gateway Timeout
- Malformed request body returns 422 Unprocessable Entity

## How this service works

Hello | Powered by Questflow

## Output

Returns the output produced by the Questflow multi-agent swarm after executing the submitted task — typically structured results, summaries, or data depending on the swarm's configuration and the task provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "limit",
  "query"
 ],
 "properties": {
  "limit": {
   "type": "number"
  },
  "query": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/questflow-1e5e8b8d/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)
