Meridian/RateScore Inside (API)
RateScore Inside · API

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.

Run a showcase NPI
Run a call to see the scored JSON

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.

Endpoint
GET /api/core/api
npi required · 10 digits
cpt optional · single code scope

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
curl "https://app.reddenda.com/api/core/api?npi=<npi>" \
  -H "Authorization: Bearer rk_sandbox_xxxxxxxxxxxx"
fetch
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-850
License RateScore into your product

Our 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