Embed the rate-intelligence engine. One call in, a scored rate out.
Calling an arbitrary NPI, unlocking the P90 target and modeled opportunity, and licensing the engine into your own product unlocks with a plan. See plans or run a showcase NPI below, built on real public data.
Enter an NPI (and an optional CPT) or open a showcase NPI. The engine returns a RateScore on a 300 to 850 scale and a per-code card, each price against the local-peer median with the documented opportunity to the P90 target. Every figure is engine-computed.
The try-it console authenticates on your Reddenda session. Production OEM access uses an issued key (the Authorization header shown is illustrative) and is arranged on a call.
curl "https://app.reddenda.com/api/core/api?npi=<npi>" \
-H "Authorization: Bearer rk_sandbox_xxxxxxxxxxxx"const res = await fetch(
"https://app.reddenda.com/api/core/api?npi=<npi>",
{ headers: { Authorization: "Bearer rk_sandbox_xxxxxxxxxxxx" } }
);
const { response } = await res.json();
console.log(response.rateScore.value); // 300-850Our engine inside your software: a scored, benchmarked rate on every NPI you already touch. OEM and multi-NPI terms are set on a call.
License it, book a call