Skip to content

Instantly share code, notes, and snippets.

@ricardoaat
Last active May 5, 2022 14:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricardoaat/674132b9ea4f98720cb10c0ce93590d6 to your computer and use it in GitHub Desktop.
Save ricardoaat/674132b9ea4f98720cb10c0ce93590d6 to your computer and use it in GitHub Desktop.
New Connectivity Payload
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