GET api/v{version}/models/{modelId}/apply?smiles={smiles}
Applies a model to a chemical and waits for the result
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| modelId |
ID of the model |
integer |
Required |
| smiles |
SMILES of the structure |
string |
Required |
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Prediction for the target chemical by the given model
WebPrediction| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | PredictionStatus |
None. |
|
| Error | string |
None. |
|
| Smiles | string |
None. |
|
| ModelName | string |
None. |
|
| Result | string |
None. |
|
| Report | Dictionary of Object [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.