Search by Smiles identifier, one per line
 
Search Database
 
 

CURL commands for searching using SMILES

Example: curl -X GET https://cartblanche22.docking.org/smiles.txt -F smiles=@smiles.txt -F dist=4 -F adist=4

- Results can be formatted in the desired file format.
- If output_fields are not specified, all available molecule data is returned.
- The zinc_id and smiles output fields will be returned by default unless otherwise specified.
- The search is asynchronous by default. The submission will return a task ID that can be used to check the status of the search.

Asynchronous results can be retrieved using this url format:
curl -X GET https://cartblanche.docking.org/search/saveResult/task_id.txt

DescriptionAttributesParameters
To specify return formatcurl -X GET https://cartblanche22.docking.org/smiles.txt
  • .txt
  • .csv
  • .json
To add search value -F smiles=@test.txt.txt file with list of smiles
To specify dist, adist
If either dist or adist are not defined, values will default to 0.
-F dist=4-F adist=4Number
Start synchronous search. Retrieves results immediately (not recommended for larger searches).-F synchronous=true

If you want to learn more about search, please go to Zinc22 documentation on wiki page