Links up to 5 free-text entities in a single call. All queries in a batch share the same ontology, version, top_k and metadata. The response contains one result block per query, in request order.
Documentation Index
Fetch the complete documentation index at: https://developer.eka.care/llms.txt
Use this file to discover all available pages before exploring further.
POST /med-link/nel/link/batch links up to 5 free-text entities in a single
call. Every query in the batch shares the same ontology, version, top_k
and metadata.
The response results[] array contains one block per query, in request order —
each block has the same shape as a single
Link Entity response.
metadata are identical.metadata is shared across the whole batch, group queries that need
different hints — especially LOINC tests with different units or specimens —
into separate batches, or use the single
Link Entity endpoint.| Constraint | Value |
|---|---|
| Queries per request | 1–5 |
top_k | 1–10 (default 5) |
Bearer access token issued by the Eka authorization flow. See Authorization.
List of free-text entities to link (1–5).
1 - 5 elementsOntology name applied to every query in the batch.
"snomed"
Ontology version applied to every query in the batch.
"20250401_extended"
Number of candidate results to return per query.
1 <= x <= 10Ontology-specific hints applied to every query in the batch.
Optional request ID. Generated automatically if omitted.
One result block per query, in request order.
One NELResponse per query, in request order.