x402basequality 0.45

Generate videos with OpenAI Sora 2 Pro via x402 micropayment on Base

Price
0.1 AUSD / call
Protocol
x402
Verified
no

What it does

This Questflow-hosted x402 endpoint wraps the OpenAI Sora 2 Pro model for video generation. It accepts a simple text prompt and returns a response from the underlying agent. The endpoint supports text-to-video and video remix capabilities, payable per-request with USDC on the Base network.

The x402 challenge is live and requires payment via the exact scheme. The maximum amount per request is 100,000 units of USDC (0x8335…2913 on Base), which at 6 decimals equals $0.10 per call. The endpoint has a generous timeout of 1,200 seconds (20 minutes), reflecting the compute-intensive nature of video generation. The request body is minimal: a single `input` string field containing your prompt or instructions for the agent.

Documentation is sparse — Questflow's main site focuses on their AI Clone trading platform rather than their x402 agent API. No OpenAPI spec, usage examples, or detailed parameter docs were found. The output schema indicates a single `response` string field, but it is unclear whether the response contains a video URL, base64-encoded video, or some other format. Users should experiment with small requests to understand the response structure before building integrations.

Capabilities

text-to-videovideo-remixsora-2-prox402-paymentusdc-baseai-agent

Use cases

  • Generating short videos from text prompts for social media content
  • Remixing existing video concepts with AI-driven modifications
  • Prototyping video ideas before committing to full production
  • Programmatic video creation in agent-to-agent workflows

Fit

Best for

  • Developers wanting pay-per-use Sora 2 Pro access without an OpenAI subscription
  • AI agents that need to generate video as part of autonomous workflows
  • Quick text-to-video prototyping with micropayments

Not for

  • High-volume production pipelines needing detailed API control and SLAs
  • Users who need comprehensive documentation and guaranteed output formats
  • Applications requiring real-time or low-latency video generation (20-min timeout)

Quick start

curl -X POST https://api.questflow.ai/x402/agent/qrn:agent:68e4cc307ad7f91b3bcf0085 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_header>" \
  -d '{"input": "A golden retriever running through a field of sunflowers at sunset"}'

Example

Request

{
  "input": "A golden retriever running through a field of sunflowers at sunset"
}

Response

{
  "response": "<video URL or encoded content — exact format undocumented>"
}

Endpoint

Transporthttp
Protocolx402
Pay to0x4D47aEd24D9D75668D6C3D831e364736cc31934c
CurrencyAUSD

Quality

0.45/ 1.00

The x402 challenge is live with a clear payment scheme and output schema, but documentation is essentially nonexistent. The response format (URL vs. binary vs. base64) is unknown, and no usage examples or detailed parameter docs exist. The listing is functional but requires experimentation.

Warnings

  • No API documentation found — Questflow docs/pricing/README all return 404
  • Response format is undocumented — unclear whether the response string contains a video URL, base64 data, or other format
  • Questflow's main product is an AI trading clone platform; this video generation endpoint may be a secondary or experimental offering
  • maxAmountRequired of 100000 in USDC (6 decimals) implies ~$0.10 per request, but this is inferred and not explicitly documented

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-18 19:05:38Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access