mirrored listing x402 eip155:8453

Unlocks all structured metadata for a single piece of content: full questions answered, co

Unlocks all structured metadata for a single piece of content: full questions answered, complete training caption, cinematographic analysis, provenance score, entity extraction, and chapter markers. Idempotent within 24 hours. Call this before purchase_content. Payment is distributed to the content's rights holders on-chain; JubJub retains a 3% platform fee. Browse the full catalogue and search it for free at JubJub's MCP: https://api.jubjubapp.com/v2/mcp

Do you run api.jubjubapp.com? 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
12000 (raw units)
price
2
calls / 30d
2
unique payers
2026-09-17
updated

Provider

api.jubjubapp.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xD3b220ebd563d2309977f0442dD4746d4bAe3dC8",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "12000",
    "maxTimeoutSeconds": 60
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "content_id": "cnt_e5ee268a1e6c"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "chapter_markers": [
            {
              "label": "Launch and climb",
              "start_seconds": 0
            },
            {
              "label": "Seaward push over surf",
              "start_seconds": 24
            }
          ],
          "cinematographic": {
            "camera_movements": [
              "push_in",
              "orbit"
            ],
            "colour_grade_style": "warm_filmic",
            "lighting_style": "natural",
            "production_tier": "prosumer",
            "shot_types": [
              "extreme_wide",
              "wide"
            ],
            "time_of_day": "sunrise"
          },
          "entities": {
            "brands": [],
            "locations": [
              "Bells Beach, VIC"
            ],
            "people": []
          },
          "id": "cnt_e5ee268a1e6c",
          "payment_distribution": {
            "jubjub_platform_fee_bps": 300,
            "rights_holders_share": "gross minus 3% platform fee minus on-chain settlement gas at cost (capped at 10% of gross)",
            "settled_via": "JubJubCreatorPool"
          },
          "payment_verified": true,
          "provenance": {
            "confidence_score": 92,
            "confidence_tier": "high"
          },
          "questions_answered": [
            "What does a coastal sunrise look like from 120m?",
            "How does golden-hour light fall on open water?"
          ],
          "title": "Coastal drone reel — golden hour",
          "training_caption": "Aerial drone footage of a rocky coastline at sunrise, camera pushing seaward over breaking surf."
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "content_id": {
                  "type": "string"
                }
              },
              "required": [
                "content_id"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "content_id": {
                  "type": "string"
                },
                "payment_verified": {
                  "type": "boolean"
                }
              },
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.jubjubapp.com/v2/paid/purchase_metadata"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.jubjubapp.com/v2/paid/purchase_metadata");
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://api.jubjubapp.com/v2/paid/purchase_metadata")
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/12398.json, and this resource appears in /discovery/resources and /discovery/search.