Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mirobody.ai/llms.txt

Use this file to discover all available pages before exploring further.

Save

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":    ["..."]
}

History

GET /api/v1/food/history

Delete

DELETE /api/v1/food/delete/<food_id>

Get already-recognized food for a date (holywell-side)

GET /food/get_recognized?date=YYYY-MM-DD