...
https://ochem.eu/modelservice/getPrediction.do?modelId=YOUR_MODEL_ID&mol=YOUR_MOLECULE
request, e.g.,
https://ochem.eu/modelservice/getPrediction.do?modelId=1&mol=c1ccccc1
to predict mutagenicity using AMES model https://ochem.eu/model/1
You will get a similar JSON results as above, but without a need to use explicitly taskId. This calculation, however, can be performed with only a single molecule.
...