GET
/functions/v1/get_decode_compound_id?q=caffeine&limit=20Request
GET /functions/v1/get_decode_compound_id?q=caffeine&limit=20Response JSON
{
"items": [
{
"compound_id": "cmp_123",
"compound_name": "Caffeine",
"compound_identifier_value": "C8H10N4O2"
}
]
}curl 'https://tirqjzahcinadeulfylj.supabase.co/functions/v1/get_decode_compound_id?q=caffeine&limit=20' \
-H 'x-api-key: $MYMOLECULES_API_KEY'