# Questflow AI Content Creation Swarm

> Questflow AI Content Creation 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-14).

AI-powered multi-agent swarm combining Sora 2 video generation, web scraping, SEO optimization, and GitHub automation to transform ideas into professional content

## Facts

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

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

Example prompt: Use Questflow's AI swarm to generate a 30-second Sora 2 video about the benefits of renewable energy, scrape the top 5 articles on the topic for research context, and produce an SEO-optimized blog post summarizing the findings.

## When to prefer this

Choose this endpoint when you need a multi-step content pipeline that combines video generation (Sora 2), web research/scraping, SEO writing, and/or GitHub automation in a single agentic call. Ideal for content creators, marketers, and developers who want to go from idea to polished deliverable without stitching together multiple APIs manually.

## Known failure modes

- Payment of 0.5 USDC not received — returns 402 Payment Required
- Invalid or unsupported prompt format — returns 400 Bad Request
- Sora 2 video generation quota exceeded — partial result or error
- Scraping target URL blocked or rate-limited — scraping agent fails silently or returns empty
- GitHub token missing or unauthorized — GitHub automation step fails
- Swarm orchestration timeout for complex multi-step pipelines — returns partial results or timeout error

## How this service works

AI-powered content creation powerhouse combining Sora 2 video generation, advanced web scraping, SEO optimization, and GitHub automation. Transform ideas into professional videos, research, and code. | Powered by Questflow

## Output

Returns outputs from the multi-agent swarm pipeline which may include: Sora 2-generated video files or links, scraped and structured web content, SEO-optimized written content, and GitHub automation results depending on which agents were invoked.

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