Text Analytics for health is one of the prebuilt features offered by Azure AI Language. It is a cloud-based API service that applies machine-learning intelligence to extract and label relevant medical information from a variety of unstructured texts such as doctor’s notes, discharge summaries, clinical documents, and electronic health records.
Sign up now! Fill out our quick registration form here!
Loading…
Call API with curl:
curl --location 'https://bztech-api-ai.azurewebsites.net/healthcare-entity-recognition' \ --header 'Content-Type: application/json' \ --data '{ "apiKey": "YOUR_API_KEY", "documents": [ "DOCUMENT_1", "DOCUMENT_2", "DOCUMENT_3" ] }'