POST api/v{version}/jobs/{modelId}

Starts a new job that will calculate the given chemical by the selected model

Request Information

URI Parameters

NameDescriptionTypeAdditional information
modelId

Id of the model to use

integer

Required

version

string

None.

Body Parameters

SMILES of the chemical

string

Request 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
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "d4fb8154-490c-4393-87d7-5507bce6b4d4"
}

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>d4fb8154-490c-4393-87d7-5507bce6b4d4</Id>
</WebJobId>