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": "79cf6f3c-36f7-4993-983a-b2ce4421a93d"
}
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>79cf6f3c-36f7-4993-983a-b2ce4421a93d</Id> </WebJobId>