{
  "format": "delx/intent-card/v1",
  "id": "affordable-video-generation-api",
  "intent": "generate a short video draft from a prompt",
  "title": "Affordable video generation API for agents",
  "description": "Generate a four-second 720p video draft for $0.03 with a durable MP4 URL and delivery receipt.",
  "keywords": [
    "cheap video generation API",
    "text to video API",
    "AI video draft",
    "x402 video"
  ],
  "updated_at": "2026-07-30",
  "canonical_url": "https://commerce.delx.ai/intents/affordable-video-generation-api",
  "machine_url": "https://commerce.delx.ai/intents/affordable-video-generation-api.json",
  "recommendation": {
    "tool_name": "generate_video_draft",
    "service_name": "Delx P-Video Draft",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/video-draft",
    "price_usdc": "0.03",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "prompt": {
          "type": "string",
          "minLength": 1,
          "maxLength": 2000,
          "description": "Detailed English prompt for a fast four-second video draft."
        },
        "aspect_ratio": {
          "type": "string",
          "enum": [
            "16:9",
            "9:16",
            "1:1"
          ],
          "default": "16:9"
        }
      },
      "required": [
        "prompt"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "prompt": "A cinematic silver fox runs through fresh snow, tracking shot",
      "aspect_ratio": "16:9"
    },
    "example_output": {
      "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
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/video-draft -m POST -H 'x-delx-source: intent-card-affordable-video-generation-api' --max-amount 0.03 -b '{\"prompt\":\"A cinematic silver fox runs through fresh snow, tracking shot\",\"aspect_ratio\":\"16:9\"}'",
      "max_amount_usdc": "0.03"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-affordable-video-generation-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/video-draft"
  }
}
