obscyro

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-batch

Bulk 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[]required

    1 to 1,000 phrases. Strings shorter than 2 characters after trimming get an empty matches array (no error).

Coming soon

Full reference with response schema, summary stats, and pipeline patterns is being written.