Python library
To ease the process of interacting with the API, you can use our python library (python2 & python3). Install it with pip
:
pip install iomed
Obtain your api key at https://console.iomed.es:
from iomed import MEL mel = MEL('your-api-key') result = mel.parse('dolor en el pecho desde hace dos horas')
You can find the code and more documentation at https://github.com/iomedhealth/pyomed.
Reach us at dev - at - iomed.es for doubts or suggestions. We'll be happy to help!