type CactusEndpoint =
| 'inchi'
| 'stdinchikey'
| 'stdinchi'
| 'smiles'
| 'ficts'
| 'ficus'
| 'uuuuu'
| 'hashisy'
| 'file?format=sdf'
| 'names'
| 'iupac_name'
| 'cas'
| 'chemspider_id'
| 'image'
| 'twirl'
| 'mw'
| 'formula'
| 'h_bond_donor_count'
| 'h_bond_acceptor_count'
| 'h_bond_center_count'
| 'rule_of_5_violation_count'
| 'rotor_count'
| 'effective_rotor_count'
| 'ring_count'
| 'ringsys_count'
| 'inchikey';
The endpoints available in the Cactus API.