InputPOST /api/v1/x402/video-draft
{
"prompt": "A cinematic silver fox runs through fresh snow, tracking shot",
"aspect_ratio": "16:9"
}
AI media generation · video
Generate a low-cost 4-second 720p AI video draft for $0.03 via x402—no API key or subscription; returns a public MP4 URL and SHA-256 receipt
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/video-draft -m POST -H 'x-delx-source: product-page' --max-amount 0.03 -b '{"prompt":"A cinematic silver fox runs through fresh snow, tracking shot","aspect_ratio":"16:9"}'
{
"prompt": "A cinematic silver fox runs through fresh snow, tracking shot",
"aspect_ratio": "16:9"
}
{
"generation_id": "6b4896e46c3a4ed39659c7770d41c1eb",
"video_url": "https://api.delx.ai/api/v1/generated-video/6b4896e46c3a4ed39659c7770d41c1eb.mp4",
"model": "prunaai/p-video",
"provider": "replicate",
"aspect_ratio": "16:9",
"duration_seconds": 4,
"resolution": "720p",
"quality_profile": "draft",
"prompt_policy_version": "draft-low-cost/v1",
"media_type": "video/mp4",
"bytes": 720144,
"sha256": "9fb8b43cc70df5cfc1daa5b5fb434711f29514cd4809a7dfd8446055ce221ba4",
"sale_price_usdc": 0.03
}
Machine-readable evidence