Api / Normalize Batch
/v1/normalize-batch
Normalize up to 1,000 clinical phrases in a single request — counts as one rate-limit hit.
POST
/v1/normalize-batchBulk variant of /v1/normalize. Accepts up to 1,000 strings, runs them through the matcher with a concurrency of 20, and returns per-input matches plus aggregated summaryStats.
Request body
textsstring[]required1 to 1,000 phrases. Strings shorter than 2 characters after trimming get an empty
matchesarray (no error).
Coming soon
Full reference with response schema, summary stats, and pipeline patterns is being written.