🥗

Calorie Normalizer

Estimate nutrition from a meal description or a food photo (AI).

Base URL & auth

All endpoints are relative to this base. Authenticate with the x-api-key header (needs an active subscription).

https://dashoviaapi-d7619530.fastapicloud.dev/api/dashovia/nutrition
Get an API key → Cost: 5 unit(s) / call

Endpoints

POST/api/dashovia/nutrition/analyze-text

Estimate nutrition from a text description.

curl -X POST 'https://your-domain.com/api/dashovia/nutrition/analyze-text' \
  -H 'x-api-key: dsv_xxx' \
  -H 'content-type: application/json' -d '{"text":"2 eggs and toast"}'

Sample response

{...}
POST/api/dashovia/nutrition/analyze-image

Estimate nutrition from a food photo.

curl -X POST 'https://your-domain.com/api/dashovia/nutrition/analyze-image' \
  -H 'x-api-key: dsv_xxx' \
  -F '[email protected]'

Sample response

{...}

← Back to all APIs