MAMMAL

ClinTox clinical-trial toxicity

Predict clinical-trial toxicity for a compound. The model is CPU-bound; use a client timeout of at least 60 seconds.

post/api/v1/mammal/clintox

Request body

smilesstring required

Compound structure in SMILES notation.

Response

ClinTox prediction.

Example response

{
  "data": {
    "score": 0.000019
  }
}