# Questflow Multi-Action AI Swarm

> Questflow Multi-Action AI 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).

General-purpose AI swarm that can post tweets, create memes, generate images, analyze market trends, and more via a single text message input

## Facts

- Endpoint: POST https://api.questflow.ai/x402/swarm/qrn:swarm:68e934eea242833cf38e8098
- 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-15ee5064
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sFmEmCPMlHVJZslJx4WPi

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

Example prompt: Can you analyze the market trends for artificial intelligence over the last 30 days and also generate a meme about AI taking over the world?

## When to prefer this

Choose this endpoint when you need a versatile AI swarm capable of handling multiple creative and analytical tasks in one call — including social media posting, meme/image generation, and crypto/market analysis — without needing separate specialized APIs for each task.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment instructions and USDC address
- Invalid or malformed input field returns an error response
- Timeout after 1200 seconds if swarm takes too long to complete
- Unsupported action type may return unhelpful or empty agent response
- Network or swarm orchestration failure returns a generic error

## How this service works

Make a tweet, make a meme, generate a picture, analyze market trends and more | Powered by Questflow

## Output

A text response from the AI swarm agent containing the result of the requested action — such as a generated tweet text, a meme image URL, a generated picture URL, or a structured market trend analysis summary.

## 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-15ee5064/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)
