{"uid":"cap_qjZIbehFh8-qO3pZ_V7Cb","slug":"html-strip-tool-gpt-5-5-x402-gateway-41bf964b","name":"HTML Strip Tool – GPT-5.5 x402 Gateway","description":"Remove HTML tags, scripts, styles, and common entities from short HTML snippets without calling an upstream model. Pay up to $0.001 per request with x402 USDC on Base. Public paid calls are limited to 1500 input characters and 128 output tokens.","url":"https://gpt55.558686.xyz/v1/tools/html-strip","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"pathParams":{"type":"object","additionalProperties":true},"queryParams":{"type":"object","required":["html"],"properties":{"html":{"type":"string","maxLength":50000,"minLength":1},"max_chars":{"type":"integer","maximum":20000,"minimum":100}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"ok":{"type":"boolean"},"tool":{"type":"string"},"fetchedAt":{"type":"string"}},"additionalProperties":true}}}}},"responseSchema":null,"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"html":"<h1>Hello World</h1><p>This is a <strong>test</strong> page.</p>","max_chars":500}}},"response":{"ok":true,"text":"Hello World This is a test page.","tool":"htmlStrip","fetchedAt":"2026-06-18T06:21:52.627Z","textChars":32,"truncated":false}},"exampleRequest":{"html":"<h1>Hello World</h1><p>This is a <strong>test</strong> page.</p>","max_chars":500},"tags":["x402"],"displayCostAmount":"0.0001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Eri0CbEo67dEEwn7BYruU","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Strips HTML tags from a given HTML string and returns clean plain text, paid per-call via USDC on Base.","exampleAgentPrompt":"Strip the HTML tags out of this snippet and give me just the plain text, with a max of 500 characters: '<h1>Hello World</h1><p>This is a <strong>test</strong> page.</p>'","exampleUseCases":null,"resultDescription":"A JSON object with ok: true, the tool name 'htmlStrip', the clean plain-text version of the input HTML, and a fetchedAt timestamp. Returns up to max_chars characters of stripped text if the optional limit is specified.","failureModes":["Missing 'html' query parameter returns a validation error","HTML input exceeding 50,000 characters is rejected","max_chars value outside 100–20,000 range returns a schema error","Payment failure or insufficient USDC balance results in 402 response","Malformed or non-HTML input may return an empty or unexpected text result"],"whenToPreferThis":"Prefer this endpoint when you need a fast, cheap ($0.0001 USDC), no-subscription way to strip HTML to plain text without spinning up your own parser — especially useful in x402-compatible micropayment pipelines on Base where per-call billing is desirable.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:54:38.084Z","isFirstParty":false}