{"uid":"cap_726V0oYI9K6USI03HioXa","slug":"api-x402node-dev-bece80ce","name":"Markdown Strip API","description":"Strip all Markdown syntax, returning plain text (no headings, links, code, emphasis, lists). Use url param or ?text=.... Built for AI agents feeding markdown to embeddings, TTS, or fulltext search.","url":"https://api.x402node.dev/md/strip","method":"GET","headers":{},"bodySchema":{"type":"object","properties":{"properties":{"type":"string"}}},"responseSchema":null,"example":{"request":{"text":"## Hello World\n\nThis is **bold** and [a link](https://example.com).\n\n- item one\n- item two"},"response":{"_hint":"x402 paid endpoints for AI agents — x402node.dev (utilities) · cn402.com (Chinese culture)","source":"text","plain_text":"Hello World\n\nThis is bold and a link.\nitem one\nitem two","original_chars":90,"stripped_chars":55}},"exampleRequest":{"text":"## Hello World\n\nThis is **bold** and [a link](https://example.com).\n\n- item one\n- item two"},"tags":["x402"],"displayCostAmount":"0.0022","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.0022/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0022","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0022","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_6mpa6NABAgu9i5oph1nae","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0022","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Strips all Markdown syntax from text or a URL-fetched document, returning clean plain text suitable for embeddings, TTS, or full-text search.","exampleAgentPrompt":"Strip all the Markdown formatting from this text and give me back clean plain text I can feed into my TTS engine: '## Hello World\\n\\nThis is **bold** and [a link](https://example.com).\\n\\n- item one\\n- item two'","exampleUseCases":null,"resultDescription":"Plain text string with all Markdown syntax removed — no headings, links, code blocks, emphasis markers, or list symbols. The response object contains the cleaned text ready for use in embeddings, TTS pipelines, or full-text search indexes.","failureModes":["Missing both url and text parameters — returns error indicating at least one input is required","URL fetch failure if ?url= points to an unreachable or non-markdown resource","Malformed URL in ?url= parameter causing a fetch error","Empty input resulting in empty plain text output","Response schema is minimal/empty ({}) so callers must handle raw text body"],"whenToPreferThis":"Choose this endpoint when you need to preprocess Markdown content before passing it to an embeddings model, text-to-speech engine, or full-text search index, and you want a simple paid API call rather than running a local Markdown parser. Especially useful in agentic pipelines where Markdown arrives from LLM outputs, documentation, or web pages and must be normalized to plain text without custom code.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T13:05:05.393Z","isFirstParty":false}