POST
/functions/v1/decodeRequest JSON
{
"input_mode": "unstructured",
"foodText": "Greek yogurt with blueberries, walnuts and honey"
}Response JSON
{
"job_id": "8a93f4...",
"status": "queued",
"status_url": "https://tirqjzahcinadeulfylj.supabase.co/functions/v1/decode?job_id=8a93f4..."
}curl -X POST 'https://tirqjzahcinadeulfylj.supabase.co/functions/v1/decode' \
-H 'x-api-key: $MYMOLECULES_API_KEY' \
-H 'Content-Type: application/json' \
--data '{ "input_mode": "unstructured", "foodText": "Greek yogurt with blueberries, walnuts and honey"}'