{"uid":"cap_IZOBIOUA5lRfflUlr3dZE","slug":"html-entity-decoder-98502347","name":"HTML Entity Decoder","description":"Decode HTML entities (named, decimal and hex numeric references) back into plain text.","url":"https://html.openverbs.com/v1/decode","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["html"],"properties":{"html":{"type":"string","maxLength":200000,"description":"Text containing HTML entities."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.002/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_OHOV_Ob6C0sO9FE_LWx-p","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":"Decodes HTML entities (named, decimal, and hex numeric references) back into plain text characters","exampleAgentPrompt":"Decode these HTML entities back into plain readable text: 'Caf&eacute; &amp; Bistro &mdash; &#x00A9; 2024 &lt;All Rights Reserved&gt;'","exampleUseCases":[{"title":"Clean scraped product descriptions","prompt":"I scraped some product descriptions from a website and they're full of HTML entities like &amp;amp;, &lt;br&gt;, and &#8220;. Can you decode them all back into plain readable text?"},{"title":"Decode HTML-encoded email content","prompt":"I'm processing emails pulled from a mail server and the body text has things like &amp;nbsp;, &amp;mdash;, and &#169; all over the place. Decode those HTML entities so I can read the actual message."},{"title":"Fix HTML-encoded API response data","prompt":"Our third-party API is returning product names with HTML entities in them, like 'Caf&amp;eacute; Delight &amp;amp; Co.' — can you decode those back into the proper Unicode characters?"}],"resultDescription":"Returns the input string with all HTML entities (named like &amp;, decimal like &#169;, and hexadecimal like &#xA9;) replaced by their corresponding plain Unicode characters, producing clean, human-readable text.","failureModes":["Input text exceeds 200,000 character limit — request rejected","Malformed or unclosed entity references may be passed through as-is or partially decoded","Empty input string returns empty string","Invalid JSON body returns 400 error","Payment failure or missing x402 payment header returns 402 error"],"whenToPreferThis":"Choose this endpoint when you need to decode HTML entities from scraped web content, API responses, or stored data back into readable Unicode text. Prefer it over manual regex-based decoding for reliability across all entity types (named, decimal, hex). It complements the sibling encode endpoint on the same platform when you need round-trip HTML entity handling.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:30:23.760Z","isFirstParty":false}