Last active
May 5, 2022 14:39
-
-
Save ricardoaat/674132b9ea4f98720cb10c0ce93590d6 to your computer and use it in GitHub Desktop.
New Connectivity Payload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --request POST \ | |
--url https://www.ebi.ac.uk/unichem/beta/api/v1/compounds \ | |
--header 'Content-Type: application/json' \ | |
--data '{ | |
"type": "inchikey", | |
"compound": "RYYVLZVUVIJVGH-UHFFFAOYSA-N" | |
}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment