latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Compounds

Creates a compound

post/api/v1/compounds

Request body

tokenstring required
smilesstring

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "smiles": "C(=O)N1CCC(CCCC(=O)c2ccc(Cl)n(Cc3ncc(o3)-c3ccc(Cl)cc3)c2=O)CC1",
  "item": {
    "structure": "C(=O)N1CCC(CCCC(=O)c2ccc(Cl)n(Cc3ncc(o3)-c3ccc(Cl)cc3)c2=O)CC1"
  }
}

Response

compound created