x402-payable AI swarm for video generation, web scraping, SEO, and GitHub automation via Questflow
What it does
This Questflow x402 endpoint exposes an AI agent swarm that combines Sora 2 video generation, web scraping, SEO optimization, and GitHub automation behind a single pay-per-request interface. Callers send a natural-language prompt in the `input` field and receive a text response from the orchestrated agent swarm. Payment is made via the x402 protocol on the Base network using USDC (asset 0x8335…2913), with a maximum charge of 0.50 USDC per request and a generous 1200-second timeout to accommodate long-running generative tasks.
The endpoint follows the x402 exact-payment scheme: the client must include an `X-PAYMENT` header satisfying the challenge. The request body is a simple JSON object with a single required `input` string field, and the response returns a `response` string. No OpenAPI spec, dedicated docs page, or usage examples are published by the provider, so the precise capabilities of each sub-agent (Sora 2, scraper, SEO, GitHub) and their invocation patterns must be discovered experimentally.
Questflow is a broader platform focused on autonomous AI "Clones" that trade across on-chain prediction and token markets. This particular swarm endpoint appears to be a content-creation agent rather than a trading agent. Because documentation is minimal and the only schema available comes from the x402 challenge payload, users should expect to iterate on prompt phrasing to trigger specific sub-capabilities.
Capabilities
Use cases
- —Generate professional videos from text prompts via Sora 2
- —Scrape and summarize web content for research
- —Produce SEO-optimized text or metadata
- —Automate GitHub repository tasks such as issue creation or code commits
- —Combine multiple AI capabilities in a single orchestrated request
Fit
Best for
- —Developers wanting a single pay-per-call AI swarm without subscriptions
- —Agents that need on-demand video generation behind a crypto-native paywall
- —Workflows requiring combined scraping, SEO, and code automation in one call
Not for
- —Users needing detailed API documentation or deterministic schemas before integration
- —High-volume, low-latency use cases (1200s max timeout suggests long-running tasks)
- —Anyone who cannot transact in USDC on the Base network
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:68ea4ca4101cbfe6d82a11a1 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_header>" \
-d '{"input": "Create a 10-second product demo video for a new sneaker launch"}'Example
Request
{
"input": "Scrape the top 5 results for 'best project management tools 2025' and produce an SEO-optimized summary blog post."
}Response
{
"response": "Here is your SEO-optimized blog post summarizing the top 5 project management tools for 2025: …"
}Endpoint
Quality
No OpenAPI spec, no dedicated documentation, no usage examples, and no pricing page were found. All schema information comes solely from the x402 challenge payload. The claimed sub-capabilities (Sora 2, scraping, SEO, GitHub) cannot be independently verified from the crawled material.
Warnings
- —No OpenAPI or documentation endpoint found (all /docs, /api, /pricing, /README return 404)
- —Capabilities (Sora 2 video, web scraping, SEO, GitHub) are stated only in the challenge description and cannot be verified
- —The Questflow homepage focuses on trading clones, not content-creation swarms — the relationship between this endpoint and the main product is unclear
- —Output quality and sub-agent routing logic are undocumented; expect trial-and-error
Citations
- —x402 challenge specifies USDC on Base with maxAmountRequired 500000 (0.50 USDC) and 1200s timeouthttps://api.questflow.ai/x402/swarm/qrn:swarm:68ea4ca4101cbfe6d82a11a1
- —Description states Sora 2 video generation, web scraping, SEO optimization, and GitHub automationhttps://api.questflow.ai/x402/swarm/qrn:swarm:68ea4ca4101cbfe6d82a11a1
- —Questflow main site focuses on AI Clone trading agents across Polymarket, Pump.fun, OKX, etc.https://api.questflow.ai