migraSIM
Introduction
migraSIM is a webservice with an REST-API for migration modelling of food contact materials or materials in contact with drinking water. The service can be used to compute the migration mass or mass fraction of one or several migrants in a system consisting of several layers of polymers and food simulants or water.
Saved data and protection of data
See our data protection declaration.
API
The service is a REST-API over https. The modelling scenario is described by uploading a configuration file (see section configuration file) by the POST Method of the HTTP-protocol. The service is hosted on one or more servers on Port 8000 with the endpoint migrasim. To use the API the easiest simple way is a command line tool like curl or wget. If the configuration file is called migraSIM_Project.json the call is for example:
curl -u [username]:[password] -H "Content-type: application/json" -X POST https://[migrasim-server]:8000/migrasim --data-binary @migraSIM_Project.json