SMILES to Structure API

A web service for converting SMILES (simplified molecular-input line-entry system) to MOL. You can use this API in your applications to programmatically convert SMILES to a 2D structure.

The API uses JSON-RPC and is available at https://www.antvaset.com/api.

Method smilesToStructure

Convert a SMILES string to a chemical structure.

{
SMILES string
smiles: string
}
{
Molecular structure
mol: string
}
Try it

See also

Made by Anton Vasetenkov.

If you want to say hi, you can reach me on LinkedIn or via email. If you like my work, you can support me by buying me a coffee.