POST
/functions/v1/decode_sensoryRequest JSON
{
"foodText": "Tomato soup with basil and olive oil",
"sensoryOutput": "per_food_and_whole_meal"
}Response JSON
{
"job_id": "49ad2c...",
"status": "queued",
"status_url": "https://tirqjzahcinadeulfylj.supabase.co/functions/v1/decode_sensory?job_id=49ad2c..."
}curl -X POST 'https://tirqjzahcinadeulfylj.supabase.co/functions/v1/decode_sensory' \
-H 'x-api-key: $MYMOLECULES_API_KEY' \
-H 'Content-Type: application/json' \
--data '{ "foodText": "Tomato soup with basil and olive oil", "sensoryOutput": "per_food_and_whole_meal"}'