INTELLIGENCE

Know what your agents buy.

Costs, changes and evidence for better service decisions.

Cost intelligence

Find the better way to pay.

Compare service prices and payment options against your workload.

Scoped audits · customer usage requiredRequest a cost audit
Change intelligence

Know when your dependencies change.

Track payment offers, service schemas and provider changes over time.

Custom watchlists and historyDiscuss monitoring
Outcome intelligence

Connect the purchase to the result.

Bring charges, retries and task evaluations into one private evidence record.

Integration pilot · your task criteriaConnect your workflow

THE EVIDENCE BASE

Collected. Dated. Traceable.

Use the API
14,635Source listings
33Source snapshots
27,889Recorded changes
1,221Endpoint observations

Latest snapshot: Sep 12, 2026, 05:41 UTC. Daily collection; gaps remain unknown.

63 observations · Differences between dated observations.

fetchharbor.benlab.downloadTranscribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.
https://fetchharbor.benlab.download/audio/transcribe
NetworkAdvertised amountBillingPayee
eip155:84530.025 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "language",
              "duration_seconds",
              "model"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.025",
      "amount_atomic": "25000",
      "amount_encoding": "atomic_units",
      "amount_raw": "25000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "b326c5ffac8333e7222fea6344338845d4f00a3c94c6edb47169228195b153c0",
  "service_id": "f006ef321aead7cf77fa6c2c740bf675e8773726679834f6485c31b905276644",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:47.561Z",
  "url": "https://fetchharbor.benlab.download/audio/transcribe",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadGenerate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and returns the model name, response text, and token counts when Ollama supplies them.
https://fetchharbor.benlab.download/chat
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Generate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and returns the model name, response text, and token counts when Ollama supplies them.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "message": {
                "maxLength": 8000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "message"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "model": {
                "type": "string"
              },
              "prompt_tokens": {
                "minimum": 0,
                "type": [
                  "integer",
                  "null"
                ]
              },
              "response": {
                "type": "string"
              },
              "response_tokens": {
                "minimum": 0,
                "type": [
                  "integer",
                  "null"
                ]
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "model",
              "response",
              "prompt_tokens",
              "response_tokens"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789166492.489,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "cd1760e19f518b50c9ffbaf84aa5ce626d53ffa2f8f27d71b5391096bf66618e",
  "schema_fingerprint": "c4b3821b283f0cd6c869dd534a730499b82b47dcf54c4fa38e5ba6711287a18b",
  "service_id": "fcc8eaab210ee085f2dc07636a9bb313742f1c8e3f1569fe6338781e1eec7c2c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T00:16:37.734Z",
  "url": "https://fetchharbor.benlab.download/chat",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadTranscribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.
https://fetchharbor.benlab.download/audio/subtitles
NetworkAdvertised amountBillingPayee
eip155:84530.035 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "format": {
                "enum": [
                  "srt",
                  "vtt"
                ],
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "enum": [
                  "srt",
                  "vtt"
                ],
                "type": "string"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "subtitles": {
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "format",
              "subtitles"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.035",
      "amount_atomic": "35000",
      "amount_encoding": "atomic_units",
      "amount_raw": "35000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "d2a8c98f2e99e7f1ea7bf2594a41aa2f94a6ed10f095fccc3fadfbc30ad91e13",
  "service_id": "0244398e6ba049fe9af74aed9e7b2eb2b7297e29a7d0d388f92d37c32b34974d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:50.784Z",
  "url": "https://fetchharbor.benlab.download/audio/subtitles",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadGenerate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.
https://fetchharbor.benlab.download/v1/audio/speech
NetworkAdvertised amountBillingPayee
eip155:84530.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Generate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "input": {
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "response_format": {
                "const": "wav",
                "type": "string"
              },
              "speed": {
                "maximum": 1.25,
                "minimum": 0.75,
                "type": "number"
              },
              "voice": {
                "enum": [
                  "af_sarah",
                  "af_heart",
                  "am_adam",
                  "am_michael"
                ],
                "type": "string"
              }
            },
            "required": [
              "input"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "type": "string"
              },
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "audio_base64",
              "format"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.04",
      "amount_atomic": "40000",
      "amount_encoding": "atomic_units",
      "amount_raw": "40000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "1a40195bf646445601e2bf04638f892662213cdd69818dbb64c78cff4fddb8e0",
  "service_id": "3c5810a2f06e517abf34082da137605ab7877e0d19ea09e952f14768bc5b31d6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:42.082Z",
  "url": "https://fetchharbor.benlab.download/v1/audio/speech",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadTranscribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.
https://fetchharbor.benlab.download/audio/transcribe-summary
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "summary": {
                "type": "string"
              },
              "summary_model": {
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "language",
              "duration_seconds",
              "model",
              "summary",
              "summary_model"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "674b44807329e6bd009233fc1f59d222cdbd69abe6d9ada38e6f7ab05a850add",
  "service_id": "4750390ce9e8fe0d309fc95cdb49439d319b4826dbafa42c02511784704007ae",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:56.393Z",
  "url": "https://fetchharbor.benlab.download/audio/transcribe-summary",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadConvert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking an AI model. Input is bounded to 2,000,000 characters.
https://fetchharbor.benlab.download/html-to-md
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Convert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking an AI model. Input is bounded to 2,000,000 characters.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "additionalProperties": false,
            "properties": {
              "html": {
                "type": "string"
              }
            },
            "required": [
              "html"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "character_count": {
                "minimum": 0,
                "type": "integer"
              },
              "markdown": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              }
            },
            "required": [
              "status",
              "markdown",
              "character_count",
              "truncated"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "92df85b9bed596e674798cf367322a65e355b81d2aa266a5a5ac87d88db89872",
  "service_id": "94333318390b3d18727e49ec05473af1734df2e0f66ce4e16525f1aa7fb9f35c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T00:15:46.934Z",
  "url": "https://fetchharbor.benlab.download/html-to-md",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadConvert bounded audio to WAV, MP3, Opus, or FLAC with fixed server-side FFmpeg arguments in an isolated worker. Returns base64 JSON and retains no media.
https://fetchharbor.benlab.download/audio/convert
NetworkAdvertised amountBillingPayee
eip155:84530.015 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Convert bounded audio to WAV, MP3, Opus, or FLAC with fixed server-side FFmpeg arguments in an isolated worker. Returns base64 JSON and retains no media.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "format": {
                "enum": [
                  "wav",
                  "mp3",
                  "opus",
                  "flac"
                ],
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "type": "string"
              },
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "audio_base64",
              "format"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.015",
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "44c99daf81373e34f6cbb29192f3b29947d586dc4b1a62efdd03f385b3cd4d5a",
  "service_id": "9aadff3f03c3de71b4ebc03c3cfac124cfce40418eb45988acbd272b60c0898b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:52.957Z",
  "url": "https://fetchharbor.benlab.download/audio/convert",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadFetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, local, metadata, and reserved destinations are blocked; redirects are revalidated and response size and duration are bounded.
https://fetchharbor.benlab.download/scrape
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Fetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, local, metadata, and reserved destinations are blocked; redirects are revalidated and response size and duration are bounded.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "content": {
                "type": "string"
              },
              "content_type": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "status_code": {
                "maximum": 599,
                "minimum": 100,
                "type": "integer"
              },
              "url": {
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "status",
              "url",
              "status_code",
              "content_type",
              "content"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "4c5ce55d08717e02aa5ced63d86198ef2db469c0e3d6c5fbabeee47138a59ddc",
  "service_id": "bbaaed612e7bc937c281008803309848bd65e589190d7dba086d85f4caa1baf9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:15:46.54Z",
  "url": "https://fetchharbor.benlab.download/scrape",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadExtract embedded text from a public PDF URL or multipart upload for research and retrieval pipelines. Returns text, page count, and character count; scanned-image OCR is not included. Remote and uploaded PDFs are limited to the operator-configured maximum size.
https://fetchharbor.benlab.download/pdf-parse
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Extract embedded text from a public PDF URL or multipart upload for research and retrieval pipelines. Returns text, page count, and character count; scanned-image OCR is not included. Remote and uploaded PDFs are limited to the operator-configured maximum size.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "anyOf": [
              {
                "required": [
                  "url"
                ]
              },
              {
                "required": [
                  "file"
                ]
              }
            ],
            "properties": {
              "file": {
                "format": "binary",
                "type": "string"
              },
              "url": {
                "format": "uri",
                "type": "string"
              }
            },
            "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": {
            "additionalProperties": false,
            "properties": {
              "character_count": {
                "minimum": 0,
                "type": "integer"
              },
              "page_count": {
                "minimum": 0,
                "type": "integer"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "page_count",
              "character_count"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "7b78356939e4ab971250c0bfed8ae29b4411a928917b974c8925c30081e39480",
  "service_id": "c15244d15a672a0506e2daaba9682c00728d215f1f1312664ffed2efa99f68d6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:29.574Z",
  "url": "https://fetchharbor.benlab.download/pdf-parse",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadTranscribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.
https://fetchharbor.benlab.download/audio/transcribe
NetworkAdvertised amountBillingPayee
eip155:84530.025 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "language",
              "duration_seconds",
              "model"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.025",
      "amount_atomic": "25000",
      "amount_encoding": "atomic_units",
      "amount_raw": "25000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "b326c5ffac8333e7222fea6344338845d4f00a3c94c6edb47169228195b153c0",
  "service_id": "f006ef321aead7cf77fa6c2c740bf675e8773726679834f6485c31b905276644",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:47.561Z",
  "url": "https://fetchharbor.benlab.download/audio/transcribe",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadGenerate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and returns the model name, response text, and token counts when Ollama supplies them.
https://fetchharbor.benlab.download/chat
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Generate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and returns the model name, response text, and token counts when Ollama supplies them.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "message": {
                "maxLength": 8000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "message"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "model": {
                "type": "string"
              },
              "prompt_tokens": {
                "minimum": 0,
                "type": [
                  "integer",
                  "null"
                ]
              },
              "response": {
                "type": "string"
              },
              "response_tokens": {
                "minimum": 0,
                "type": [
                  "integer",
                  "null"
                ]
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "model",
              "response",
              "prompt_tokens",
              "response_tokens"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "commercial_terms_not_validated",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "382b8312647110a124aca29eee9bbd2fa92a6158a6332bbbf5fb56d005fc177c",
  "schema_fingerprint": "c4b3821b283f0cd6c869dd534a730499b82b47dcf54c4fa38e5ba6711287a18b",
  "service_id": "fcc8eaab210ee085f2dc07636a9bb313742f1c8e3f1569fe6338781e1eec7c2c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T00:16:37.734Z",
  "url": "https://fetchharbor.benlab.download/chat",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadTranscribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.
https://fetchharbor.benlab.download/audio/subtitles
NetworkAdvertised amountBillingPayee
eip155:84530.035 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "format": {
                "enum": [
                  "srt",
                  "vtt"
                ],
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "enum": [
                  "srt",
                  "vtt"
                ],
                "type": "string"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "subtitles": {
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "format",
              "subtitles"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.035",
      "amount_atomic": "35000",
      "amount_encoding": "atomic_units",
      "amount_raw": "35000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "d2a8c98f2e99e7f1ea7bf2594a41aa2f94a6ed10f095fccc3fadfbc30ad91e13",
  "service_id": "0244398e6ba049fe9af74aed9e7b2eb2b7297e29a7d0d388f92d37c32b34974d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:50.784Z",
  "url": "https://fetchharbor.benlab.download/audio/subtitles",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadGenerate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.
https://fetchharbor.benlab.download/v1/audio/speech
NetworkAdvertised amountBillingPayee
eip155:84530.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Generate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "input": {
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "response_format": {
                "const": "wav",
                "type": "string"
              },
              "speed": {
                "maximum": 1.25,
                "minimum": 0.75,
                "type": "number"
              },
              "voice": {
                "enum": [
                  "af_sarah",
                  "af_heart",
                  "am_adam",
                  "am_michael"
                ],
                "type": "string"
              }
            },
            "required": [
              "input"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "type": "string"
              },
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "audio_base64",
              "format"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.04",
      "amount_atomic": "40000",
      "amount_encoding": "atomic_units",
      "amount_raw": "40000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "1a40195bf646445601e2bf04638f892662213cdd69818dbb64c78cff4fddb8e0",
  "service_id": "3c5810a2f06e517abf34082da137605ab7877e0d19ea09e952f14768bc5b31d6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:42.082Z",
  "url": "https://fetchharbor.benlab.download/v1/audio/speech",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadTranscribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.
https://fetchharbor.benlab.download/audio/transcribe-summary
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "summary": {
                "type": "string"
              },
              "summary_model": {
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "language",
              "duration_seconds",
              "model",
              "summary",
              "summary_model"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "amount_encoding": "atomic_units",
      "amount_raw": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "674b44807329e6bd009233fc1f59d222cdbd69abe6d9ada38e6f7ab05a850add",
  "service_id": "4750390ce9e8fe0d309fc95cdb49439d319b4826dbafa42c02511784704007ae",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:56.393Z",
  "url": "https://fetchharbor.benlab.download/audio/transcribe-summary",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadConvert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking an AI model. Input is bounded to 2,000,000 characters.
https://fetchharbor.benlab.download/html-to-md
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Convert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking an AI model. Input is bounded to 2,000,000 characters.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "additionalProperties": false,
            "properties": {
              "html": {
                "type": "string"
              }
            },
            "required": [
              "html"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "character_count": {
                "minimum": 0,
                "type": "integer"
              },
              "markdown": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              }
            },
            "required": [
              "status",
              "markdown",
              "character_count",
              "truncated"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "amount_encoding": "atomic_units",
      "amount_raw": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "92df85b9bed596e674798cf367322a65e355b81d2aa266a5a5ac87d88db89872",
  "service_id": "94333318390b3d18727e49ec05473af1734df2e0f66ce4e16525f1aa7fb9f35c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T00:15:46.934Z",
  "url": "https://fetchharbor.benlab.download/html-to-md",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadConvert bounded audio to WAV, MP3, Opus, or FLAC with fixed server-side FFmpeg arguments in an isolated worker. Returns base64 JSON and retains no media.
https://fetchharbor.benlab.download/audio/convert
NetworkAdvertised amountBillingPayee
eip155:84530.015 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Convert bounded audio to WAV, MP3, Opus, or FLAC with fixed server-side FFmpeg arguments in an isolated worker. Returns base64 JSON and retains no media.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "format": {
                "enum": [
                  "wav",
                  "mp3",
                  "opus",
                  "flac"
                ],
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "type": "string"
              },
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "audio_base64",
              "format"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.015",
      "amount_atomic": "15000",
      "amount_encoding": "atomic_units",
      "amount_raw": "15000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "44c99daf81373e34f6cbb29192f3b29947d586dc4b1a62efdd03f385b3cd4d5a",
  "service_id": "9aadff3f03c3de71b4ebc03c3cfac124cfce40418eb45988acbd272b60c0898b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:52.957Z",
  "url": "https://fetchharbor.benlab.download/audio/convert",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadFetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, local, metadata, and reserved destinations are blocked; redirects are revalidated and response size and duration are bounded.
https://fetchharbor.benlab.download/scrape
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Fetch one public HTTP(S) URL for research, extraction, or agent workflows. Returns the final URL, upstream status, content type, and decoded content. Private, local, metadata, and reserved destinations are blocked; redirects are revalidated and response size and duration are bounded.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "additionalProperties": false,
            "properties": {
              "url": {
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "url"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "content": {
                "type": "string"
              },
              "content_type": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "status_code": {
                "maximum": 599,
                "minimum": 100,
                "type": "integer"
              },
              "url": {
                "format": "uri",
                "type": "string"
              }
            },
            "required": [
              "status",
              "url",
              "status_code",
              "content_type",
              "content"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "4c5ce55d08717e02aa5ced63d86198ef2db469c0e3d6c5fbabeee47138a59ddc",
  "service_id": "bbaaed612e7bc937c281008803309848bd65e589190d7dba086d85f4caa1baf9",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T01:15:46.54Z",
  "url": "https://fetchharbor.benlab.download/scrape",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadExtract embedded text from a public PDF URL or multipart upload for research and retrieval pipelines. Returns text, page count, and character count; scanned-image OCR is not included. Remote and uploaded PDFs are limited to the operator-configured maximum size.
https://fetchharbor.benlab.download/pdf-parse
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Extract embedded text from a public PDF URL or multipart upload for research and retrieval pipelines. Returns text, page count, and character count; scanned-image OCR is not included. Remote and uploaded PDFs are limited to the operator-configured maximum size.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "anyOf": [
              {
                "required": [
                  "url"
                ]
              },
              {
                "required": [
                  "file"
                ]
              }
            ],
            "properties": {
              "file": {
                "format": "binary",
                "type": "string"
              },
              "url": {
                "format": "uri",
                "type": "string"
              }
            },
            "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": {
            "additionalProperties": false,
            "properties": {
              "character_count": {
                "minimum": 0,
                "type": "integer"
              },
              "page_count": {
                "minimum": 0,
                "type": "integer"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "page_count",
              "character_count"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "7b78356939e4ab971250c0bfed8ae29b4411a928917b974c8925c30081e39480",
  "service_id": "c15244d15a672a0506e2daaba9682c00728d215f1f1312664ffed2efa99f68d6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:29.574Z",
  "url": "https://fetchharbor.benlab.download/pdf-parse",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadTranscribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.
https://fetchharbor.benlab.download/audio/transcribe
NetworkAdvertised amountBillingPayee
eip155:84530.025 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe up to five minutes of base64 audio in the isolated local media worker. Returns detected language, duration, and text without retaining the source audio or transcript.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "language",
              "duration_seconds",
              "model"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.025",
      "amount_atomic": "25000",
      "amount_encoding": "atomic_units",
      "amount_raw": "25000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "b326c5ffac8333e7222fea6344338845d4f00a3c94c6edb47169228195b153c0",
  "service_id": "f006ef321aead7cf77fa6c2c740bf675e8773726679834f6485c31b905276644",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:47.561Z",
  "url": "https://fetchharbor.benlab.download/audio/transcribe",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadGenerate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and returns the model name, response text, and token counts when Ollama supplies them.
https://fetchharbor.benlab.download/chat
NetworkAdvertised amountBillingPayee
eip155:84530.01 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Generate one bounded assistant response with the operator's self-hosted Ollama model. Use for short, single-message inference where local processing is preferred. Accepts up to 8,000 characters and returns the model name, response text, and token counts when Ollama supplies them.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "message": {
                "maxLength": 8000,
                "minLength": 1,
                "type": "string"
              }
            },
            "required": [
              "message"
            ],
            "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": {
            "additionalProperties": false,
            "properties": {
              "model": {
                "type": "string"
              },
              "prompt_tokens": {
                "minimum": 0,
                "type": [
                  "integer",
                  "null"
                ]
              },
              "response": {
                "type": "string"
              },
              "response_tokens": {
                "minimum": 0,
                "type": [
                  "integer",
                  "null"
                ]
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "model",
              "response",
              "prompt_tokens",
              "response_tokens"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.01",
      "amount_atomic": "10000",
      "amount_encoding": "atomic_units",
      "amount_raw": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "issuer": null,
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "590c9208275094089c597ebb8aaa491ef9ee7c3eb3a5186a2ed3b658a9761c17",
  "schema_fingerprint": "c4b3821b283f0cd6c869dd534a730499b82b47dcf54c4fa38e5ba6711287a18b",
  "service_id": "fcc8eaab210ee085f2dc07636a9bb313742f1c8e3f1569fe6338781e1eec7c2c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-05T00:16:37.734Z",
  "url": "https://fetchharbor.benlab.download/chat",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadTranscribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.
https://fetchharbor.benlab.download/audio/subtitles
NetworkAdvertised amountBillingPayee
eip155:84530.035 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe bounded audio and generate deterministic SRT or WebVTT subtitle text locally. Audio, transcripts, and subtitles are not retained.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "format": {
                "enum": [
                  "srt",
                  "vtt"
                ],
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "enum": [
                  "srt",
                  "vtt"
                ],
                "type": "string"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "subtitles": {
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "format",
              "subtitles"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.035",
      "amount_atomic": "35000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "d2a8c98f2e99e7f1ea7bf2594a41aa2f94a6ed10f095fccc3fadfbc30ad91e13",
  "service_id": "0244398e6ba049fe9af74aed9e7b2eb2b7297e29a7d0d388f92d37c32b34974d",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:50.784Z",
  "url": "https://fetchharbor.benlab.download/audio/subtitles",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadGenerate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.
https://fetchharbor.benlab.download/v1/audio/speech
NetworkAdvertised amountBillingPayee
eip155:84530.04 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Generate private, locally processed English speech from bounded text. Returns WAV audio as base64 JSON, uses a fixed voice allowlist, and does not retain or log submitted text.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "input": {
                "maxLength": 2000,
                "minLength": 1,
                "type": "string"
              },
              "response_format": {
                "const": "wav",
                "type": "string"
              },
              "speed": {
                "maximum": 1.25,
                "minimum": 0.75,
                "type": "number"
              },
              "voice": {
                "enum": [
                  "af_sarah",
                  "af_heart",
                  "am_adam",
                  "am_michael"
                ],
                "type": "string"
              }
            },
            "required": [
              "input"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "type": "string"
              },
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "audio_base64",
              "format"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.04",
      "amount_atomic": "40000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "1a40195bf646445601e2bf04638f892662213cdd69818dbb64c78cff4fddb8e0",
  "service_id": "3c5810a2f06e517abf34082da137605ab7877e0d19ea09e952f14768bc5b31d6",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:42.082Z",
  "url": "https://fetchharbor.benlab.download/v1/audio/speech",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadTranscribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.
https://fetchharbor.benlab.download/audio/transcribe-summary
NetworkAdvertised amountBillingPayee
eip155:84530.05 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Transcribe bounded audio and explicitly pass the resulting text to the operator's local Ollama model for a concise summary. No input or output content is retained.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "duration_seconds": {
                "type": "number"
              },
              "language": {
                "type": "string"
              },
              "language_probability": {
                "type": "number"
              },
              "model": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "summary": {
                "type": "string"
              },
              "summary_model": {
                "type": "string"
              },
              "text": {
                "type": "string"
              }
            },
            "required": [
              "status",
              "text",
              "language",
              "duration_seconds",
              "model",
              "summary",
              "summary_model"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.05",
      "amount_atomic": "50000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "674b44807329e6bd009233fc1f59d222cdbd69abe6d9ada38e6f7ab05a850add",
  "service_id": "4750390ce9e8fe0d309fc95cdb49439d319b4826dbafa42c02511784704007ae",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:56.393Z",
  "url": "https://fetchharbor.benlab.download/audio/transcribe-summary",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadConvert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking an AI model. Input is bounded to 2,000,000 characters.
https://fetchharbor.benlab.download/html-to-md
NetworkAdvertised amountBillingPayee
eip155:84530.005 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Convert a supplied HTML string into deterministic, LLM-ready Markdown. Preserves headings, links, lists, emphasis, and code without fetching a URL or invoking an AI model. Input is bounded to 2,000,000 characters.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "method": {
            "enum": [
              "GET",
              "HEAD",
              "DELETE"
            ],
            "type": "string"
          },
          "queryParams": {
            "additionalProperties": false,
            "properties": {
              "html": {
                "type": "string"
              }
            },
            "required": [
              "html"
            ],
            "type": "object"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method"
        ],
        "type": "object"
      },
      "output": {
        "properties": {
          "example": {
            "additionalProperties": false,
            "properties": {
              "character_count": {
                "minimum": 0,
                "type": "integer"
              },
              "markdown": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              },
              "truncated": {
                "type": "boolean"
              }
            },
            "required": [
              "status",
              "markdown",
              "character_count",
              "truncated"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "GET",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.005",
      "amount_atomic": "5000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "92df85b9bed596e674798cf367322a65e355b81d2aa266a5a5ac87d88db89872",
  "service_id": "94333318390b3d18727e49ec05473af1734df2e0f66ce4e16525f1aa7fb9f35c",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T00:15:46.934Z",
  "url": "https://fetchharbor.benlab.download/html-to-md",
  "usage_rights": "not_reviewed"
}
fetchharbor.benlab.downloadConvert bounded audio to WAV, MP3, Opus, or FLAC with fixed server-side FFmpeg arguments in an isolated worker. Returns base64 JSON and retains no media.
https://fetchharbor.benlab.download/audio/convert
NetworkAdvertised amountBillingPayee
eip155:84530.015 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2
Source and evidence
{
  "description": "Convert bounded audio to WAV, MP3, Opus, or FLAC with fixed server-side FFmpeg arguments in an isolated worker. Returns base64 JSON and retains no media.",
  "domain": "fetchharbor.benlab.download",
  "evidence_mode": "raw",
  "extension_names": [
    "bazaar"
  ],
  "input_schema": {
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "properties": {
      "input": {
        "additionalProperties": false,
        "properties": {
          "body": {
            "additionalProperties": false,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "description": "Base64-encoded audio; decoded size is operator limited.",
                "type": "string"
              },
              "format": {
                "enum": [
                  "wav",
                  "mp3",
                  "opus",
                  "flac"
                ],
                "type": "string"
              },
              "language": {
                "maxLength": 16,
                "type": [
                  "string",
                  "null"
                ]
              }
            },
            "required": [
              "audio_base64"
            ],
            "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": {
            "additionalProperties": true,
            "properties": {
              "audio_base64": {
                "contentEncoding": "base64",
                "type": "string"
              },
              "duration_seconds": {
                "type": "number"
              },
              "format": {
                "type": "string"
              },
              "status": {
                "const": "success",
                "type": "string"
              }
            },
            "required": [
              "status",
              "audio_base64",
              "format"
            ],
            "type": "object"
          },
          "type": {
            "type": "string"
          }
        },
        "required": [
          "type"
        ],
        "type": "object"
      }
    },
    "required": [
      "input"
    ],
    "type": "object"
  },
  "legacy_network": null,
  "legacy_pay_to": null,
  "legacy_price_basis": null,
  "legacy_price_usd": null,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789165815.545,
  "offers": [
    {
      "amount": "0.015",
      "amount_atomic": "15000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "billing_unit": null,
      "billing_unit_basis": "withdrawn_protocol_inference",
      "currency": "USDC",
      "decimals": 6,
      "decimals_basis": "known_token_mapping",
      "extra": {
        "name": "USD Coin",
        "version": "2"
      },
      "network": "eip155:8453",
      "pay_to": "0xAED4a496Fed1132b94C0A5f9Fb5eE7cf63D869C2",
      "price_basis": "advertised",
      "scheme": "exact",
      "timeout_seconds": 300,
      "usd_market_value": null
    }
  ],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": 2,
  "quality": "not_evaluated",
  "run_id": "a362e8714b420fb326952d15645a2d5a099a624f6764da13c25bd784099197fe",
  "schema_fingerprint": "44c99daf81373e34f6cbb29192f3b29947d586dc4b1a62efdd03f385b3cd4d5a",
  "service_id": "9aadff3f03c3de71b4ebc03c3cfac124cfce40418eb45988acbd272b60c0898b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-08-23T06:43:52.957Z",
  "url": "https://fetchharbor.benlab.download/audio/convert",
  "usage_rights": "not_reviewed"
}

Outcome evidence starts with your workflow.

Private intake is ready for task IDs, charges, retries, result fingerprints and your evaluation criteria. Public performance comparisons need measured results; we do not have that benchmark yet.

Discuss an outcome integration
Collection coverage

Discovery comes from configured registries. Endpoint checks record responses, not task success. Older snapshots retain less detail. Customer usage, commercial terms and task evaluations require additional evidence.

1,423 historical or current source records quarantined during normalization; they are excluded from public comparisons.

43 of 43 archive objects verified in Backblaze. Last verification: Sep 12, 2026, 05:56 UTC.

Collection status JSON