Last active
May 5, 2022 14:39
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