Legacy CHEESE API
Predict
Predict properties for a single molecule.
This endpoint allows users to predict various properties and descriptors for a given molecule.
Parameters:
- search_input (str): The input molecule in SMILES format.
- descriptors (bool): Whether to include molecular descriptors in the results (default is True).
- properties (bool): Whether to include molecular properties in the results (default is False).
Returns:
- A JSON response containing the predicted properties and descriptors.
Authorization
APIKeyHeader X-API-Key<token>
In: header
Query Parameters
search_input?Search Input
Default
"CC(=O)Oc1ccccc1C(=O)O"descriptors?Descriptors
Default
trueproperties?Properties
Default
falseResponse Body
application/json
application/json
curl -X GET "https://example.com/predict"null