{"name":"text-normalize","description":"Text normalize. Unicode NFC / NFD / NFKC / NFKD normalization plus per-codepoint script classification (Latin / Cyrillic / Greek / Hebrew / Arabic / CJK / etc.), homoglyph detection (the Cyrillic 'а' that looks like Latin 'a'), and invisible / RTL / BOM detection. Same backend as unicode-normalize. Pure JS — no upstream API.","price":"$0.001","method":"POST","input_schema":{"properties":{"text":{"type":"string","description":"Input text. Up to 100000 chars."},"form":{"type":"string","enum":["NFC","NFD","NFKC","NFKD"],"description":"Default 'NFC'."}},"required":["text"]},"input_example":{"text":"аpple.com","form":"NFC"},"output_example":{"normalized":"аpple.com","form":"NFC","scripts_detected":["Cyrillic","Latin"],"is_mixed_script":true},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}