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.

28 observations · Differences between dated observations.

text.openverbs.comRecase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
https://text.openverbs.com/v1/case
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.",
  "domain": "text.openverbs.com",
  "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": {
              "target": {
                "description": "Target case, one of camel, pascal, snake, kebab, constant, dot, path, sentence, capital, train, no, title, upper, lower.",
                "enum": [
                  "camel",
                  "pascal",
                  "snake",
                  "kebab",
                  "constant",
                  "dot",
                  "path",
                  "sentence",
                  "capital",
                  "train",
                  "no",
                  "title",
                  "upper",
                  "lower"
                ],
                "type": "string"
              },
              "text": {
                "description": "The text to recase.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "target"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789191719.42,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "0de19c7b4fe3ece9cd611d4fd5f3519bc7228bdd3e01480868781778228f0625",
  "service_id": "02bbb64ef72691bb9e3a41a6fc0b2dea5e77824e21e1badc471334dc8922eac3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:43.464Z",
  "url": "https://text.openverbs.com/v1/case",
  "usage_rights": "not_reviewed"
}
text.openverbs.comEncode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.
https://text.openverbs.com/v1/encode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Encode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Target encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The UTF-8 text to encode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789191719.42,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "b702c9a6fc4b695414a148cc3ad12ac14a33946984a5297073a9cd83a8ceef9a",
  "service_id": "3f97927cabc759d883830efb543d64c1039249f048820e57620bb9f504c16a84",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:45.649Z",
  "url": "https://text.openverbs.com/v1/encode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDiff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.
https://text.openverbs.com/v1/diff
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Diff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.",
  "domain": "text.openverbs.com",
  "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": {
              "a": {
                "description": "The original text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "b": {
                "description": "The changed text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "mode": {
                "description": "Diff granularity, one of unified, lines, words, chars. Default unified.",
                "enum": [
                  "unified",
                  "lines",
                  "words",
                  "chars"
                ],
                "type": "string"
              }
            },
            "required": [
              "a",
              "b"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789191719.42,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "d40e8a047cf7dc94a02941f27bf02e7a0855d89ea75e93b2be1967a69230a696",
  "service_id": "b006900c8cb9cb49964e6a6d21afd73f9411627c4c97296f369a8dc59e555501",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:49.86Z",
  "url": "https://text.openverbs.com/v1/diff",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDecode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.
https://text.openverbs.com/v1/decode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Decode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Source encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The encoded text to decode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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": 1789191719.42,
  "offers": [
    {
      "amount": "0.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "9895bd56e6d867a8f7f441d31e3c37014e6e211256019c569d02b946b0bc1b02",
  "schema_fingerprint": "c0f09363f6a42abcdfac99037ecac0abd7033dddf815f356a252dcf22fb8e705",
  "service_id": "ddba3c735dc3f314c08024270413b3027bc00ec1fc1b9194f13678fe52bee61b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:47.681Z",
  "url": "https://text.openverbs.com/v1/decode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comRecase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
https://text.openverbs.com/v1/case
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.",
  "domain": "text.openverbs.com",
  "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": {
              "target": {
                "description": "Target case, one of camel, pascal, snake, kebab, constant, dot, path, sentence, capital, train, no, title, upper, lower.",
                "enum": [
                  "camel",
                  "pascal",
                  "snake",
                  "kebab",
                  "constant",
                  "dot",
                  "path",
                  "sentence",
                  "capital",
                  "train",
                  "no",
                  "title",
                  "upper",
                  "lower"
                ],
                "type": "string"
              },
              "text": {
                "description": "The text to recase.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "target"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "0de19c7b4fe3ece9cd611d4fd5f3519bc7228bdd3e01480868781778228f0625",
  "service_id": "02bbb64ef72691bb9e3a41a6fc0b2dea5e77824e21e1badc471334dc8922eac3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:43.464Z",
  "url": "https://text.openverbs.com/v1/case",
  "usage_rights": "not_reviewed"
}
text.openverbs.comEncode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.
https://text.openverbs.com/v1/encode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Encode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Target encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The UTF-8 text to encode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "b702c9a6fc4b695414a148cc3ad12ac14a33946984a5297073a9cd83a8ceef9a",
  "service_id": "3f97927cabc759d883830efb543d64c1039249f048820e57620bb9f504c16a84",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:45.649Z",
  "url": "https://text.openverbs.com/v1/encode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDiff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.
https://text.openverbs.com/v1/diff
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Diff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.",
  "domain": "text.openverbs.com",
  "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": {
              "a": {
                "description": "The original text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "b": {
                "description": "The changed text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "mode": {
                "description": "Diff granularity, one of unified, lines, words, chars. Default unified.",
                "enum": [
                  "unified",
                  "lines",
                  "words",
                  "chars"
                ],
                "type": "string"
              }
            },
            "required": [
              "a",
              "b"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "d40e8a047cf7dc94a02941f27bf02e7a0855d89ea75e93b2be1967a69230a696",
  "service_id": "b006900c8cb9cb49964e6a6d21afd73f9411627c4c97296f369a8dc59e555501",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:49.86Z",
  "url": "https://text.openverbs.com/v1/diff",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDecode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.
https://text.openverbs.com/v1/decode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Decode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Source encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The encoded text to decode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "a2d71bc23fe499771cb704508ed1f9963e3d6a9527f1544d038dc3d3ae01df5a",
  "schema_fingerprint": "c0f09363f6a42abcdfac99037ecac0abd7033dddf815f356a252dcf22fb8e705",
  "service_id": "ddba3c735dc3f314c08024270413b3027bc00ec1fc1b9194f13678fe52bee61b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:47.681Z",
  "url": "https://text.openverbs.com/v1/decode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comRecase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
https://text.openverbs.com/v1/case
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.",
  "domain": "text.openverbs.com",
  "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": {
              "target": {
                "description": "Target case, one of camel, pascal, snake, kebab, constant, dot, path, sentence, capital, train, no, title, upper, lower.",
                "enum": [
                  "camel",
                  "pascal",
                  "snake",
                  "kebab",
                  "constant",
                  "dot",
                  "path",
                  "sentence",
                  "capital",
                  "train",
                  "no",
                  "title",
                  "upper",
                  "lower"
                ],
                "type": "string"
              },
              "text": {
                "description": "The text to recase.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "target"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "0de19c7b4fe3ece9cd611d4fd5f3519bc7228bdd3e01480868781778228f0625",
  "service_id": "02bbb64ef72691bb9e3a41a6fc0b2dea5e77824e21e1badc471334dc8922eac3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:43.464Z",
  "url": "https://text.openverbs.com/v1/case",
  "usage_rights": "not_reviewed"
}
text.openverbs.comEncode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.
https://text.openverbs.com/v1/encode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Encode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Target encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The UTF-8 text to encode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "b702c9a6fc4b695414a148cc3ad12ac14a33946984a5297073a9cd83a8ceef9a",
  "service_id": "3f97927cabc759d883830efb543d64c1039249f048820e57620bb9f504c16a84",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:45.649Z",
  "url": "https://text.openverbs.com/v1/encode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDiff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.
https://text.openverbs.com/v1/diff
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Diff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.",
  "domain": "text.openverbs.com",
  "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": {
              "a": {
                "description": "The original text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "b": {
                "description": "The changed text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "mode": {
                "description": "Diff granularity, one of unified, lines, words, chars. Default unified.",
                "enum": [
                  "unified",
                  "lines",
                  "words",
                  "chars"
                ],
                "type": "string"
              }
            },
            "required": [
              "a",
              "b"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "d40e8a047cf7dc94a02941f27bf02e7a0855d89ea75e93b2be1967a69230a696",
  "service_id": "b006900c8cb9cb49964e6a6d21afd73f9411627c4c97296f369a8dc59e555501",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:49.86Z",
  "url": "https://text.openverbs.com/v1/diff",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDecode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.
https://text.openverbs.com/v1/decode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Decode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Source encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The encoded text to decode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "c0f09363f6a42abcdfac99037ecac0abd7033dddf815f356a252dcf22fb8e705",
  "service_id": "ddba3c735dc3f314c08024270413b3027bc00ec1fc1b9194f13678fe52bee61b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:47.681Z",
  "url": "https://text.openverbs.com/v1/decode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comRecase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
https://text.openverbs.com/v1/case
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.",
  "domain": "text.openverbs.com",
  "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": {
              "target": {
                "description": "Target case, one of camel, pascal, snake, kebab, constant, dot, path, sentence, capital, train, no, title, upper, lower.",
                "enum": [
                  "camel",
                  "pascal",
                  "snake",
                  "kebab",
                  "constant",
                  "dot",
                  "path",
                  "sentence",
                  "capital",
                  "train",
                  "no",
                  "title",
                  "upper",
                  "lower"
                ],
                "type": "string"
              },
              "text": {
                "description": "The text to recase.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "target"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "0de19c7b4fe3ece9cd611d4fd5f3519bc7228bdd3e01480868781778228f0625",
  "service_id": "02bbb64ef72691bb9e3a41a6fc0b2dea5e77824e21e1badc471334dc8922eac3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:43.464Z",
  "url": "https://text.openverbs.com/v1/case",
  "usage_rights": "not_reviewed"
}
text.openverbs.comEncode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.
https://text.openverbs.com/v1/encode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Encode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Target encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The UTF-8 text to encode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "b702c9a6fc4b695414a148cc3ad12ac14a33946984a5297073a9cd83a8ceef9a",
  "service_id": "3f97927cabc759d883830efb543d64c1039249f048820e57620bb9f504c16a84",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:45.649Z",
  "url": "https://text.openverbs.com/v1/encode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDiff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.
https://text.openverbs.com/v1/diff
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Diff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.",
  "domain": "text.openverbs.com",
  "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": {
              "a": {
                "description": "The original text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "b": {
                "description": "The changed text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "mode": {
                "description": "Diff granularity, one of unified, lines, words, chars. Default unified.",
                "enum": [
                  "unified",
                  "lines",
                  "words",
                  "chars"
                ],
                "type": "string"
              }
            },
            "required": [
              "a",
              "b"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "d40e8a047cf7dc94a02941f27bf02e7a0855d89ea75e93b2be1967a69230a696",
  "service_id": "b006900c8cb9cb49964e6a6d21afd73f9411627c4c97296f369a8dc59e555501",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:49.86Z",
  "url": "https://text.openverbs.com/v1/diff",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDecode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.
https://text.openverbs.com/v1/decode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Decode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Source encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The encoded text to decode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "c0f09363f6a42abcdfac99037ecac0abd7033dddf815f356a252dcf22fb8e705",
  "service_id": "ddba3c735dc3f314c08024270413b3027bc00ec1fc1b9194f13678fe52bee61b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:47.681Z",
  "url": "https://text.openverbs.com/v1/decode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comRecase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
https://text.openverbs.com/v1/case
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.",
  "domain": "text.openverbs.com",
  "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": {
              "target": {
                "description": "Target case, one of camel, pascal, snake, kebab, constant, dot, path, sentence, capital, train, no, title, upper, lower.",
                "enum": [
                  "camel",
                  "pascal",
                  "snake",
                  "kebab",
                  "constant",
                  "dot",
                  "path",
                  "sentence",
                  "capital",
                  "train",
                  "no",
                  "title",
                  "upper",
                  "lower"
                ],
                "type": "string"
              },
              "text": {
                "description": "The text to recase.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "target"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "0de19c7b4fe3ece9cd611d4fd5f3519bc7228bdd3e01480868781778228f0625",
  "service_id": "02bbb64ef72691bb9e3a41a6fc0b2dea5e77824e21e1badc471334dc8922eac3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:43.464Z",
  "url": "https://text.openverbs.com/v1/case",
  "usage_rights": "not_reviewed"
}
text.openverbs.comEncode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.
https://text.openverbs.com/v1/encode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Encode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Target encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The UTF-8 text to encode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "b702c9a6fc4b695414a148cc3ad12ac14a33946984a5297073a9cd83a8ceef9a",
  "service_id": "3f97927cabc759d883830efb543d64c1039249f048820e57620bb9f504c16a84",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:45.649Z",
  "url": "https://text.openverbs.com/v1/encode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDiff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.
https://text.openverbs.com/v1/diff
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Diff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.",
  "domain": "text.openverbs.com",
  "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": {
              "a": {
                "description": "The original text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "b": {
                "description": "The changed text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "mode": {
                "description": "Diff granularity, one of unified, lines, words, chars. Default unified.",
                "enum": [
                  "unified",
                  "lines",
                  "words",
                  "chars"
                ],
                "type": "string"
              }
            },
            "required": [
              "a",
              "b"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "d40e8a047cf7dc94a02941f27bf02e7a0855d89ea75e93b2be1967a69230a696",
  "service_id": "b006900c8cb9cb49964e6a6d21afd73f9411627c4c97296f369a8dc59e555501",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:49.86Z",
  "url": "https://text.openverbs.com/v1/diff",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDecode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.
https://text.openverbs.com/v1/decode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Decode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Source encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The encoded text to decode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "amount_encoding": "atomic_units",
      "amount_raw": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "c0f09363f6a42abcdfac99037ecac0abd7033dddf815f356a252dcf22fb8e705",
  "service_id": "ddba3c735dc3f314c08024270413b3027bc00ec1fc1b9194f13678fe52bee61b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:47.681Z",
  "url": "https://text.openverbs.com/v1/decode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comRecase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
https://text.openverbs.com/v1/case
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.",
  "domain": "text.openverbs.com",
  "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": {
              "target": {
                "description": "Target case, one of camel, pascal, snake, kebab, constant, dot, path, sentence, capital, train, no, title, upper, lower.",
                "enum": [
                  "camel",
                  "pascal",
                  "snake",
                  "kebab",
                  "constant",
                  "dot",
                  "path",
                  "sentence",
                  "capital",
                  "train",
                  "no",
                  "title",
                  "upper",
                  "lower"
                ],
                "type": "string"
              },
              "text": {
                "description": "The text to recase.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "target"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "0de19c7b4fe3ece9cd611d4fd5f3519bc7228bdd3e01480868781778228f0625",
  "service_id": "02bbb64ef72691bb9e3a41a6fc0b2dea5e77824e21e1badc471334dc8922eac3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:43.464Z",
  "url": "https://text.openverbs.com/v1/case",
  "usage_rights": "not_reviewed"
}
text.openverbs.comEncode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.
https://text.openverbs.com/v1/encode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Encode a UTF-8 string into base64, base64url, hex, base32, or URL percent-encoding.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Target encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The UTF-8 text to encode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "b702c9a6fc4b695414a148cc3ad12ac14a33946984a5297073a9cd83a8ceef9a",
  "service_id": "3f97927cabc759d883830efb543d64c1039249f048820e57620bb9f504c16a84",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:45.649Z",
  "url": "https://text.openverbs.com/v1/encode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDiff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.
https://text.openverbs.com/v1/diff
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Diff two texts. The default `unified` mode returns a unified-diff patch string; `lines`, `words`, and `chars` modes return a structured array of added/removed/unchanged parts.",
  "domain": "text.openverbs.com",
  "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": {
              "a": {
                "description": "The original text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "b": {
                "description": "The changed text.",
                "maxLength": 1000000,
                "type": "string"
              },
              "mode": {
                "description": "Diff granularity, one of unified, lines, words, chars. Default unified.",
                "enum": [
                  "unified",
                  "lines",
                  "words",
                  "chars"
                ],
                "type": "string"
              }
            },
            "required": [
              "a",
              "b"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "d40e8a047cf7dc94a02941f27bf02e7a0855d89ea75e93b2be1967a69230a696",
  "service_id": "b006900c8cb9cb49964e6a6d21afd73f9411627c4c97296f369a8dc59e555501",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:49.86Z",
  "url": "https://text.openverbs.com/v1/diff",
  "usage_rights": "not_reviewed"
}
text.openverbs.comDecode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.
https://text.openverbs.com/v1/decode
NetworkAdvertised amountBillingPayee
eip155:84530.002 USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Not specifiedexact0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A
Source and evidence
{
  "description": "Decode a base64, base64url, hex, base32, or URL percent-encoded string back into UTF-8 text. Malformed input for the chosen encoding is rejected as a clean 400.",
  "domain": "text.openverbs.com",
  "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": {
              "encoding": {
                "description": "Source encoding, one of base64, base64url, hex, base32, url.",
                "enum": [
                  "base64",
                  "base64url",
                  "hex",
                  "base32",
                  "url"
                ],
                "type": "string"
              },
              "text": {
                "description": "The encoded text to decode.",
                "maxLength": 1000000,
                "type": "string"
              }
            },
            "required": [
              "text",
              "encoding"
            ],
            "type": "object"
          },
          "bodyType": {
            "enum": [
              "json",
              "form-data",
              "text"
            ],
            "type": "string"
          },
          "method": {
            "enum": [
              "POST"
            ],
            "type": "string"
          },
          "type": {
            "const": "http",
            "type": "string"
          }
        },
        "required": [
          "type",
          "method",
          "bodyType",
          "body"
        ],
        "type": "object"
      }
    },
    "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.002",
      "amount_atomic": "2000",
      "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": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
      "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": "c0f09363f6a42abcdfac99037ecac0abd7033dddf815f356a252dcf22fb8e705",
  "service_id": "ddba3c735dc3f314c08024270413b3027bc00ec1fc1b9194f13678fe52bee61b",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:47.681Z",
  "url": "https://text.openverbs.com/v1/decode",
  "usage_rights": "not_reviewed"
}
text.openverbs.comRecase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.
https://text.openverbs.com/v1/case

Historical reference. Full payment options and token precision were not retained.

Source and evidence
{
  "description": "Recase a string into camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, dot.case, path/case, Sentence case, Capital Case, Train-Case, no case, Title Case, or plain UPPER/lower — the word boundaries are detected regardless of the input casing.",
  "domain": "text.openverbs.com",
  "evidence_mode": "legacy",
  "extension_names": [],
  "input_schema": null,
  "legacy_network": "eip155:8453",
  "legacy_pay_to": "0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A",
  "legacy_price_basis": "unverified_assumption_of_six_decimals",
  "legacy_price_usd": 0.002,
  "metadata": null,
  "method": "POST",
  "observed_at": 1789084800,
  "offers": [],
  "operator_identity": "not_verified",
  "output_schema": null,
  "protocol": "x402",
  "protocol_version": null,
  "quality": "not_evaluated",
  "run_id": "d501dccd0c616d852a3644376b5923a5b8f7f010c15ed8e85affa4b3b0c666da",
  "schema_fingerprint": "5cfaa6d85f923cbb",
  "service_id": "02bbb64ef72691bb9e3a41a6fc0b2dea5e77824e21e1badc471334dc8922eac3",
  "source": "cdp-bazaar",
  "source_updated_at": "2026-09-06T08:09:43.464Z",
  "url": "https://text.openverbs.com/v1/case",
  "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