{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-clawdvine-sh-generation-create",
  "title": "Clawdvine \u00b7 8-Second AI Video Generation",
  "url": "https://api.clawdvine.sh/generation/create",
  "category": "media",
  "summary": "Creates 8-second AI-generated videos using xAI Grok-Imagine, with agent-specific style lookup, configurable aspect ratios, and auto-enhancement options.",
  "seo": {
    "title": "AI Video Generation API | x402 xAI Grok-Imagine",
    "description": "Generate 8-second videos with xAI Grok-Imagine via x402. 1 USDC per call on Base. Configurable aspect ratios and style preferences."
  },
  "use_cases": [
    "Generate short-form video content for social media campaigns",
    "Create video assets for agent-driven content workflows",
    "Produce rapid video prototypes for creative testing"
  ],
  "ideal_buyer": "Content creators, social media marketers, and AI agent platforms requiring automated short-form video generation with style consistency.",
  "example_prompt": "Generate an 8-second vertical video of a cyberpunk cityscape at night with neon reflections in the rain, using my agent's preferred style.",
  "example_request_body": {
    "prompt": "cyberpunk cityscape at night with neon reflections in the rain",
    "agentId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
    "aspectRatio": "9:16",
    "autoEnhance": true
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 50,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x1a1e1b82da7e91e9567a40b0f952748b586389f9",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000000",
      "max_timeout_seconds": 60,
      "mime_type": "application/json",
      "description": "Generate 8s video with xai-grok-imagine",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "prompt"
            ],
            "properties": {
              "seed": {
                "type": "string",
                "description": "Seed for deterministic task ID"
              },
              "size": {
                "enum": [
                  "1920x1080",
                  "1080x1920",
                  "1280x720",
                  "720x1280"
                ],
                "type": "string",
                "description": "Video resolution (optional, inferred from aspectRatio)"
              },
              "prompt": {
                "type": "string",
                "maxLength": 4000,
                "minLength": 1,
                "description": "Video description prompt"
              },
              "agentId": {
                "type": "string",
                "format": "uuid",
                "description": "Agent ID for style/preference lookup"
              },
              "duration": {
                "type": "integer",
                "default": 8,
                "maximum": 20,
                "minimum": 8,
                "description": "Video duration in seconds"
              },
              "videoUrl": {
                "type": "string",
                "format": "uri",
                "description": "Video URL for video-to-video editing/remix (xai-grok-imagine only)"
              },
              "imageData": {
                "type": "string",
                "description": "Base64 image or URL for image-to-video (first frame)"
              },
              "videoModel": {
                "enum": [
                  "xai-grok-imagine",
                  "sora-2",
                  "sora-2-pro",
                  "veo-2",
                  "veo-3",
                  "veo-3-fast",
                  "runway-gen4-turbo",
                  "runway-gen4-aleph",
                  "hailuo-02",
                  "hailuo-s2v",
                  "luma-ray2",
                  "luma-ray2-flash"
                ],
                "type": "string",
                "default": "xai-grok-imagine",
                "description": "Video generation model. xai-grok-imagine is cheapest and supports video editing."
              },
              "aspectRatio": {
                "enum": [
                  "16:9",
                  "9:16",
                  "1:1",
                  "4:3",
                  "3:4",
                  "3:2",
                  "2:3"
                ],
                "type": "string",
                "default": "9:16",
                "description": "Video aspect ratio. 9:16 for portrait/TikTok, 16:9 for landscape."
              },
              "autoEnhance": {
                "type": "boolean",
                "default": true,
                "description": "Auto-enhance prompt for better results"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "url": "https://clawdvine.sh/download?taskId=550e8400-e29b-41d4-a716-446655440000",
            "status": "queued",
            "taskId": "550e8400-e29b-41d4-a716-446655440000",
            "provider": "xai",
            "videoModel": "xai-grok-imagine",
            "estimatedCost": 0.8
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-clawdvine-sh",
    "host": "api.clawdvine.sh",
    "title": "Clawdvine API",
    "description": "External API host at api.clawdvine.sh. No application currently deployed at this endpoint.",
    "url": "https://api.clawdvine.sh",
    "favicon": "https://clawdvine.sh/webclip.jpg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-clawdvine-sh-generation-create",
    "url": "https://x402all.com/resource/api-clawdvine-sh-generation-create",
    "name": "Clawdvine \u00b7 8-Second AI Video Generation",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-clawdvine-sh-generation-create",
      "@type": "Offer",
      "price": "1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "1.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.clawdvine.sh/generation/create",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-clawdvine-sh",
      "url": "https://api.clawdvine.sh",
      "name": "Clawdvine API",
      "@type": "Organization"
    },
    "identifier": "api-clawdvine-sh-generation-create",
    "description": "Generate 8-second videos with xAI Grok-Imagine via x402. 1 USDC per call on Base. Configurable aspect ratios and style preferences.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-clawdvine-sh-generation-create",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-clawdvine-sh-generation-create"
}
