AI creative studio that generates scripts, visuals, and platform-optimized video content via x402 micropayment.
What it does
This Questflow x402 endpoint exposes an AI-powered creative studio agent that accepts a text prompt and returns generated content — scripts, visual designs, and platform-optimized video concepts intended for social media. The agent is accessed via the x402 payment protocol on the Base network, paying in USDC (asset 0x8335…2913) with a maximum cost of 0.50 USDC per request (500000 in token units). The endpoint accepts a POST request with a JSON body containing a single `input` string field and returns a `response` string from the agent.
Questflow is a platform focused on autonomous AI agents ("Clones") that operate across onchain markets. This particular swarm agent is specialized for creative content generation rather than trading. Documentation is minimal — there is no OpenAPI spec, no dedicated docs page, and no detailed usage guide. The output schema from the x402 challenge indicates a simple request/response text interface. The maximum timeout is 1200 seconds (20 minutes), suggesting the agent may perform multi-step generation tasks that take significant time to complete.
Because there is no sample output, detailed capability list, or documentation beyond the x402 challenge metadata, users should expect to experiment with prompt phrasing to get useful results. The endpoint is live and returns a valid x402 challenge, but the lack of documentation and examples limits confidence in output quality and format.
Capabilities
Use cases
- —Generate social media video scripts from a brief or idea
- —Create platform-optimized content concepts for TikTok, Instagram, YouTube, etc.
- —Produce brand-voice-aligned creative copy and visual direction
- —Automate ideation for social content calendars
- —Agent-to-agent content generation in autonomous workflows
Fit
Best for
- —Developers building automated social media content pipelines
- —AI agents that need to generate creative briefs programmatically
- —Teams wanting pay-per-use creative content generation without subscriptions
Not for
- —Users needing actual rendered video files (output is text-based response)
- —Production workflows requiring guaranteed SLAs or detailed API documentation
- —Free-tier or high-volume batch processing (each call costs up to 0.50 USDC)
Quick start
curl -X POST https://api.questflow.ai/x402/swarm/qrn:swarm:68e9718b101cbfe6d827e062 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "Create a 30-second TikTok script about sustainable fashion"}'Example
Request
{
"input": "Create a 30-second TikTok script about sustainable fashion for a Gen-Z audience"
}Response
{
"response": "[Hook - 0-3s] Close-up of hands sorting thrift store racks. Text overlay: 'Your closet is lying to you.' [Body - 3-20s] Quick cuts showing outfit transformations from thrifted pieces. VO: 'Sustainable fashion isn't boring — it's the ultimate flex...' [CTA - 20-30s] 'Follow for more fits that don't cost the planet.'"
}Endpoint
Quality
The x402 challenge provides basic schema (input/output fields), pricing, and network info, but there is no OpenAPI spec, no documentation, no real response examples, and no detailed capability description. The example response above is inferred/fabricated for illustration. This is effectively a stub listing.
Warnings
- —No OpenAPI or dedicated API documentation available
- —No real response examples — output format is unknown beyond 'string'
- —Example response is illustrative and not sourced from actual API output
- —Maximum timeout of 1200 seconds suggests potentially very long response times
- —The broader Questflow platform focuses on trading/prediction markets; this creative agent's maturity is unclear
Citations
- —x402 payment on Base network using USDC with maxAmountRequired of 500000 and maxTimeoutSeconds of 1200https://api.questflow.ai/x402/swarm/qrn:swarm:68e9718b101cbfe6d827e062
- —Input schema accepts a string 'input' field and returns a string 'response' fieldhttps://api.questflow.ai/x402/swarm/qrn:swarm:68e9718b101cbfe6d827e062
- —Questflow is a platform for autonomous AI agents operating across onchain marketshttps://api.questflow.ai