mirrored listing x402 eip155:8453

Create an about 8-second UGC-style product ad from a product image and details

Create an about 8-second UGC-style product ad from a product image and details. 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
600000 (raw units)
price
5
calls / 30d
1
unique payers
2026-08-22
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": "600000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "instructions": "UGC kitchen unboxing, warm natural light, about 8 seconds",
          "product_details": "Organic salsa jar, spicy tomato flavor, 16oz",
          "product_image_url": "https://example.com/product.png"
        },
        "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": {
                "instructions": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "notification_email": {
                  "format": "email",
                  "type": "string"
                },
                "product_details": {
                  "maxLength": 2000,
                  "type": "string"
                },
                "product_image_base64": {
                  "type": "string"
                },
                "product_image_mime": {
                  "type": "string"
                },
                "product_image_url": {
                  "format": "uri",
                  "type": "string"
                }
              },
              "required": [
                "product_details"
              ]
            },
            "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/ugc-product-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/ugc-product-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/ugc-product-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/10950.json, and this resource appears in /discovery/resources and /discovery/search.