cURL
curl --request GET \ --url https://api.dev.eka.care/eka-mcp/linking/v1/snomed \ --header 'Authorization: Bearer <token>'
[ { "snomed_id": "<string>", "text": "<string>", "confidence": 123 } ]
Link SNOMED ID for the given text
text_to_link
curl --location --globoff 'https://api.eka.care/eka-mcp/linking/v1/snomed?text_to_link=["dm2", "htn"]'
Enter JWT token
Array of text strings to link to SNOMED codes (e.g., ["dm2", "htn"])
OK
The SNOMED ID of the condition
The original text that was linked
Confidence score of the SNOMED linking
Was this page helpful?