POST api/v{version}/jobs/{modelId}
Starts a new job that will calculate the given chemical by the selected model
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| modelId |
Id of the model to use |
integer |
Required |
| version | string |
None. |
Body Parameters
SMILES of the chemical
stringRequest Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ID of the job
WebJobId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "cde8ca06-eb3e-4f4d-ad6e-43f68e1db828"
}
application/xml, text/xml
Sample:
<WebJobId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Oasis.WebAPI.Definitions"> <Id>cde8ca06-eb3e-4f4d-ad6e-43f68e1db828</Id> </WebJobId>