Programmatic access to your food logs, frequent items, and chart recipes.
The API uses per-user API keys. Create a key from your account profile, then send it in the Authorization header on every request.
curl https://words.my/nutrition/api/food-logs/ \
-H "Authorization: Api-Key <your-key>"
| Resource | Path | Methods |
|---|---|---|
| Food logs | /nutrition/api/food-logs/ |
GET |
| Frequent items | /nutrition/api/frequent-items/ |
GET, POST, PUT, PATCH, DELETE |
| Chart recipes | /nutrition/api/chart-recipes/ |
GET, POST, PUT, PATCH, DELETE |
| OpenAPI schema | /api/schema/ |
GET |
See the Swagger or ReDoc reference above for full request/response schemas, query parameters, and pagination details.
Drop-in skill files describing how an AI agent should call the API. Each skill is a single Markdown document β fetch it, hand it to your agent, and it will know how to call the corresponding endpoint and format results for the user.