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.
端点
file=@/path/food.jpg(必填,PNG / JPEG / WEBP / HEIC / HEIF)query=减脂(可选,注入用户健康目标)
SSE 事件
type | 含义 |
|---|---|
id | food_analysis_<ts>_<uid> |
thinking | 阶段提示文字(“正在分析…”) |
food | content 是字符串化 JSON,含 is_food(1 成功 / 0 失败)、food_items、nutrition、advice 等 |
error | 例:Recognition failed! |
end | 结束 |
food.content是字符串,前端需JSON.parse一次。