{
  "x402Version": 2,
  "id": 6494,
  "slug": "6494",
  "resource": "https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/miroshark/x402/run",
  "description": "Start a managed MiroShark multi-agent research simulation from one prompt, public URL, or article. Optional deep research and prediction-market framing are supported; the response includes the run id for status and report retrieval.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xbD62F8DCB52E21CA5BDf20ba173488Da101eBCf0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1200000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "deep_research": false,
            "prompt": "How will autonomous purchasing agents change software markets?"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "report_url": "https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/miroshark/runs/run_.../report",
            "run_id": "run_...",
            "status": "queued",
            "status_url": "https://hivemindos-paid-agent-gateway.hivemindos.workers.dev/api/miroshark/runs/run_.../status"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "article": {
                    "description": "Article text. Provide exactly one seed field.",
                    "maxLength": 200000,
                    "minLength": 4,
                    "type": "string"
                  },
                  "deep_research": {
                    "description": "Enable the deeper research mode.",
                    "type": "boolean"
                  },
                  "prediction_market": {
                    "description": "Optional prediction question or structured binary market framing.",
                    "oneOf": [
                      {
                        "maxLength": 300,
                        "minLength": 4,
                        "type": "string"
                      },
                      {
                        "properties": {
                          "initial_probability": {
                            "maximum": 1,
                            "minimum": 0,
                            "type": "number"
                          },
                          "outcome_a": {
                            "maxLength": 120,
                            "type": "string"
                          },
                          "outcome_b": {
                            "maxLength": 120,
                            "type": "string"
                          },
                          "question": {
                            "maxLength": 300,
                            "minLength": 4,
                            "type": "string"
                          }
                        },
                        "required": [
                          "question"
                        ],
                        "type": "object"
                      }
                    ]
                  },
                  "prompt": {
                    "description": "Research prompt. Provide exactly one of prompt, url, or article.",
                    "maxLength": 4000,
                    "minLength": 4,
                    "type": "string"
                  },
                  "url": {
                    "description": "Public HTTP or HTTPS source URL. Provide exactly one seed field.",
                    "format": "uri",
                    "type": "string"
                  }
                }
              },
              "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": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "builder-code": {
      "info": {
        "a": "bc_svz4q1d7"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "a": {
            "description": "App builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          },
          "s": {
            "description": "Service builder codes",
            "items": {
              "pattern": "^[a-z0-9_]{1,32}$",
              "type": "string"
            },
            "type": "array"
          },
          "w": {
            "description": "Wallet builder code",
            "pattern": "^[a-z0-9_]{1,32}$",
            "type": "string"
          }
        },
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "builder-code"
  ],
  "sourceHost": "hivemindos-paid-agent-gateway.hivemindos.workers.dev",
  "lastUpdated": "2026-08-24T13:09:53.087Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-24T13:09:52.824Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "hivemindos-paid-agent-gateway.hivemindos.workers.dev",
    "manifest_name": "hivemindos-paid-agent-gateway.hivemindos.workers.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}