mirrored listing x402 eip155:8453

Generate an explainer video (about 5 minutes) from a topic with AI scenes and narration

Generate an explainer video (about 5 minutes) from a topic with AI scenes and narration. Pay once via x402, then poll statusUrl for the MP4 download.

Do you run vmi1759441.contaboserver.net? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
1000000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-20
updated

Provider

vmi1759441.contaboserver.net · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x3795cd5EaA98dBFad6B7445132302Af0B4B92A39",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "1000000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "art_style": "clean educational illustration",
          "background_style": "simple classroom backdrop",
          "character_design": "friendly cartoon narrator",
          "color_palette": "soft blues and greens",
          "constraints": "Target about 5 minutes; English narration",
          "mood": "curious and clear",
          "topic": "How photosynthesis works",
          "visual_style": "flat 2d animation",
          "voice": "af_heart"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "message": "Video generation started.",
          "status": "processing",
          "statusUrl": "https://example.com/api/x402/status?session_id=550e8400-e29b-41d4-a716-446655440000",
          "taskId": "550e8400-e29b-41d4-a716-446655440000"
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "art_style": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "background_style": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "character_design": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "color_palette": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "constraints": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "extra_context": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "mood": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "notification_email": {
                  "format": "email",
                  "type": "string"
                },
                "topic": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "visual_style": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "voice": {
                  "enum": [
                    "af_heart",
                    "af_bella",
                    "af_nicole",
                    "af_sarah",
                    "af_sky",
                    "am_adam",
                    "am_michael",
                    "bf_emma",
                    "bf_isabella",
                    "bm_george",
                    "bm_lewis"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "topic",
                "voice",
                "art_style",
                "visual_style",
                "character_design",
                "background_style",
                "color_palette",
                "mood",
                "constraints"
              ]
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "message": {
                  "type": "string"
                },
                "status": {
                  "description": "Initial job status",
                  "type": "string"
                },
                "statusUrl": {
                  "description": "Poll GET this URL for download_url when completed",
                  "format": "uri",
                  "type": "string"
                },
                "taskId": {
                  "description": "Generation session id",
                  "type": "string"
                }
              },
              "required": [
                "taskId",
                "status",
                "statusUrl"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://vmi1759441.contaboserver.net/api/x402/explainer-video"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://vmi1759441.contaboserver.net/api/x402/explainer-video");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://vmi1759441.contaboserver.net/api/x402/explainer-video")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/10951.json, and this resource appears in /discovery/resources and /discovery/search.