Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Save a food recognition result, list history, delete
POST /api/v1/food/save Authorization: Bearer <access_token> Content-Type: application/json
{ "name": "Tomato & Egg", "category": "Main", "calories": 380, "time": "12:30:00", "date": "2026-05-22", "image_url": "https://...", "nutrition": [], "nut": [], "advice": ["..."] }
GET /api/v1/food/history
DELETE /api/v1/food/delete/<food_id>
GET /food/get_recognized?date=YYYY-MM-DD
Was this page helpful?