AI-powered outfit transformation agent: upload a photo and get realistic clothing swaps via x402 micropayment.
What it does
This endpoint exposes an AI-driven outfit transformation agent hosted on Questflow's swarm infrastructure. Users send a text prompt (with context about an uploaded photo) and receive a generated image or response depicting realistic outfit changes. The agent leverages Nano Banana Agent's image generation capabilities to produce fashion-oriented transformations.
The endpoint is live and responds with an x402 payment challenge on Base Sepolia testnet. It accepts POST requests with a JSON body containing a single `input` string field (your message to the agent) and returns a `response` string. Payment is required in USDC (on Base Sepolia) with a maximum amount of 500,000 units (likely 0.50 USDC given 6 decimals). The maximum timeout for a request is 1,200 seconds (20 minutes), suggesting the image generation process may take significant time.
Documentation is minimal — there is no OpenAPI spec, no dedicated docs page, and no detailed usage guide beyond the x402 challenge's outputSchema. The Questflow platform itself is primarily marketed as an "AI Clone" trading agent platform, so this fashion/outfit agent appears to be one of many swarm-hosted agents. Prospective users should be aware this runs on a testnet (Base Sepolia), indicating it may be experimental or in development.
Capabilities
Use cases
- —Generate realistic outfit transformations from uploaded photos
- —Explore personal styling options with AI-generated clothing swaps
- —Create fashion showcase content for marketing or social media
- —Prototype virtual try-on experiences for e-commerce
Fit
Best for
- —Fashion-tech developers building virtual try-on features
- —Content creators needing quick outfit visualization
- —Agents exploring x402 micropayment-gated AI image services
Not for
- —Production deployments requiring mainnet payments (this is on Base Sepolia testnet)
- —High-throughput batch image processing (20-minute timeout suggests slow generation)
- —Users needing detailed API documentation or SDKs
Quick start
curl -X POST https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68edef0d9e742e46897d7af1 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>" \
-d '{"input": "Transform my outfit to a red evening dress"}'Example
Request
{
"input": "Transform my outfit to a casual summer look with a white linen shirt and khaki shorts"
}Response
{
"response": "Here is your transformed outfit image: [generated image data or URL]"
}Endpoint
Quality
The endpoint is live (402 challenge confirmed) with a basic outputSchema, but there is no OpenAPI spec, no dedicated documentation, no usage examples, and no detailed information about how image uploads work or what the response format actually contains. The testnet-only status and sparse docs limit confidence.
Warnings
- —Running on Base Sepolia testnet — not suitable for production use with real funds
- —No OpenAPI spec or dedicated documentation available
- —The outputSchema describes a text 'input' field but does not explain how photo uploads are handled — the actual image upload mechanism is unclear
- —Example response is inferred; actual response format is undocumented
- —Maximum timeout of 1200 seconds suggests potentially very slow responses
Citations
- —Endpoint returns 402 with x402 payment challenge on POSThttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68edef0d9e742e46897d7af1
- —Payment is in USDC on Base Sepolia with maxAmountRequired of 500000https://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68edef0d9e742e46897d7af1
- —Description mentions Nano Banana Agent's image generation for outfit transformationshttps://api-dev.intra-tls2.dctx.link/x402/swarm/qrn:swarm:68edef0d9e742e46897d7af1
- —Questflow platform is an AI Clone agent economy platformhttps://api-dev.intra-tls2.dctx.link