Directory / x402.getautomatedrcm.com
Healthcare text de-identification engine (demo endpoint — SYNTHETIC/TEST DATA ONLY, never send real PHI; nothing is stored). Strips names, DOBs, member/claim IDs, phones, emails, addresses, SSNs; dates become a derived interval timeline (service-to-denial days, days-ago) so denial and timely-filing math survives de-identification. Returns scrubbed text + token map for local re-identification. Production use requires the licensed in-environment engine: contact laureennicholson@getautomatedrcm.com
# 1. Ask the endpoint what it costs (no payment, no wallet needed): curl -i -X GET 'https://x402.getautomatedrcm.com/scrub' # -> HTTP/1.1 402 Payment Required # the response carries the price, asset and pay-to address. # 2. Pay and retry with any x402 client: npx x402-fetch 'https://x402.getautomatedrcm.com/scrub'
Endpoint: https://x402.getautomatedrcm.com/scrub. Operated by x402.getautomatedrcm.com, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.
Full denial-appeal verdict for a denied medical claim. Given the CARC denial code, payer, balance, and timing, returns: appeal/fix/write-off verdict, deadline m…
Unpaid-claim follow-up triage. Given an action code (RES/CPE/CRO/APP/PAY or blank), balance, and claim ages, returns the work bucket (WORK_NOW / WAITING / REVIE…
Claim-denial intelligence for a CARC code (e.g. CO-50, PR-204, CO-197). Returns plain-English meaning, category, whether it is appealable, the concrete next act…
Prior-authorization determination for a CPT/HCPCS code + US payer. Rules engine covering UHC, Aetna, Cigna, Florida Blue, Humana, Medicare, Medicare Advantage a…
PII pre-flight for agent pipelines: deterministic de-identification of free text BEFORE it reaches a third-party LLM or API. No account, no API key, no subscrip…