{
  "x402Version": 2,
  "id": 6540,
  "slug": "6540",
  "resource": "https://api.xona-agent.com/base-main/video/short-generation",
  "description": "AI short video generation using Grok Imagine Video model (Base Mainnet).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x515e7Bce44Baa5F6e42D16d4B5f27768E7f2F8cC",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "500000",
      "maxTimeoutSeconds": 1200
    }
  ],
  "outputSchema": {
    "agentlink": {
      "info": {
        "resources": [
          "https://api.xona-agent.com/base-main/video/short-generation"
        ],
        "uri": "https://api.xona-agent.com/base-main/video/short-generation",
        "version": "1"
      },
      "supportedChains": [
        {
          "chainId": "eip155:8453",
          "type": "eip191"
        },
        {
          "chainId": "eip155:8453",
          "type": "eip1271"
        }
      ]
    },
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "aspect_ratio": "",
            "image_url": "",
            "prompt": ""
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "duration": 10,
            "metadata": {},
            "model": "grok-imagine-video",
            "video_url": ""
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "aspect_ratio": {
                    "description": "Video aspect ratio (optional)",
                    "type": "string"
                  },
                  "image_url": {
                    "description": "Optional input image URL for image-to-video generation",
                    "type": "string"
                  },
                  "prompt": {
                    "description": "Prompt for video generation",
                    "type": "string"
                  }
                },
                "required": [
                  "prompt"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "bodyType",
              "body",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "agentlink",
    "bazaar"
  ],
  "sourceHost": "api.xona-agent.com",
  "lastUpdated": "2026-08-20T23:42:12.629Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-20T23:42:12.186Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.xona-agent.com",
    "manifest_name": "api.xona-agent.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}