POST
/functions/v1/designRequest JSON
{
"input_mode": "unstructured",
"type": "recipe",
"request_text": "High-protein Mediterranean breakfast, gentle on digestion",
"recipe_count": 1,
"language": "en"
}Response JSON
{
"job_id": "d72f91...",
"status": "queued",
"status_url": "https://tirqjzahcinadeulfylj.supabase.co/functions/v1/design?job_id=d72f91..."
}curl -X POST 'https://tirqjzahcinadeulfylj.supabase.co/functions/v1/design' \
-H 'x-api-key: $MYMOLECULES_API_KEY' \
-H 'Content-Type: application/json' \
--data '{ "input_mode": "unstructured", "type": "recipe", "request_text": "High-protein Mediterranean breakfast, gentle on digestion", "recipe_count": 1, "language": "en"}'