{"info":{"_postman_id":"0bfc3b6d-2dbc-48f7-8599-11daa30e4127","name":"Avocavo Nutrition API","description":"<html><head></head><body><p>USDA-verified nutrition API that parses natural language ingredients.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>All requests require API key in X-API-Key header.<br>Get your key at: <a href=\"https://nutrition.avocavo.app/dashboard\">https://nutrition.avocavo.app</a></p>\n<h2 id=\"features\">Features</h2>\n<ul>\n<li><p>Parse messy inputs like \"1 cup rice\"</p>\n</li>\n<li><p>Returns USDA FDC IDs and verification links</p>\n</li>\n<li><p>29 nutrition fields per ingredient</p>\n</li>\n<li><p>Rate Limits</p>\n</li>\n<li><p>Free: 500 calls/month, 3 items per batch</p>\n</li>\n<li><p>Starter: 5K calls/month, 10 items per batch</p>\n</li>\n<li><p>Pro: 25K calls/month, 25 items per batch</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"47568865","collectionId":"0bfc3b6d-2dbc-48f7-8599-11daa30e4127","publishedId":"2sB3BGH9ki","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-13T17:20:35.000Z"},"item":[{"name":"Single Ingredient","id":"e95fb409-1be6-4923-a696-7b9c7e2a7d16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ingredient\": \"1 cup brown rice\"\n  }","options":{"raw":{"language":"json"}}},"url":"https://app.avocavo.app/api/v2/nutrition/ingredient","urlObject":{"path":["api","v2","nutrition","ingredient"],"host":["https://app.avocavo.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"e95fb409-1be6-4923-a696-7b9c7e2a7d16"},{"name":"Batch Ingredients","id":"cc9aa43f-b274-4e3e-9cfd-ec360e4032ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ingredients\": [\n      {\"ingredient\": \"1 cup quinoa\"},\n      {\"ingredient\": \"4 oz grilled salmon\"},\n      {\"ingredient\": \"2 tbsp olive oil\"}\n    ]\n  }","options":{"raw":{"language":"json"}}},"url":"https://app.avocavo.app/api/v2/nutrition/batch","urlObject":{"path":["api","v2","nutrition","batch"],"host":["https://app.avocavo.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"cc9aa43f-b274-4e3e-9cfd-ec360e4032ab"},{"name":"Recipe with Servings","id":"075d7cbc-95f5-443e-a1b8-92a784fa5542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-API-Key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ingredients\": [\n      \"2 cups all-purpose flour\",\n      \"1 cup milk\",\n      \"2 eggs\",\n      \"3 tbsp sugar\",\n      \"2 tbsp butter\"\n    ],\n    \"servings\": 8\n  }","options":{"raw":{"language":"json"}}},"url":"https://app.avocavo.app/api/v2/nutrition/recipe","urlObject":{"path":["api","v2","nutrition","recipe"],"host":["https://app.avocavo.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"075d7cbc-95f5-443e-a1b8-92a784fa5542"},{"name":"Complex Ingredient","id":"0d60282f-e518-4c36-9aa5-44d7f88d286b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ingredient\": \"1 large avocado, mashed\"\n  }","options":{"raw":{"language":"json"}}},"url":"https://app.avocavo.app/api/v2/nutrition/ingredient","urlObject":{"path":["api","v2","nutrition","ingredient"],"host":["https://app.avocavo.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d60282f-e518-4c36-9aa5-44d7f88d286b"},{"name":"Measurement Edge Case","id":"1cc4dcef-6858-4a73-a960-1fd9942a67b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ingredient\": \"handful of almonds\"\n  }"},"url":"https://app.avocavo.app/api/v2/nutrition/ingredient","urlObject":{"path":["api","v2","nutrition","ingredient"],"host":["https://app.avocavo.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"1cc4dcef-6858-4a73-a960-1fd9942a67b0"},{"name":"Cooked vs Raw","id":"5f912069-881a-4d31-8b16-757bb23795ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"YOUR_API_KEY","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ingredient\": \"1 cup rice, uncooked\"\n  }"},"url":"https://app.avocavo.app/api/v2/nutrition/ingredient","urlObject":{"path":["api","v2","nutrition","ingredient"],"host":["https://app.avocavo.app"],"query":[],"variable":[]}},"response":[],"_postman_id":"5f912069-881a-4d31-8b16-757bb23795ac"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"apiKey"},{"key":"value","value":"YOUR_API_KEY"}]}},"event":[{"listen":"prerequest","script":{"id":"aa208922-60fd-40dc-b4e6-16630131ef89","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"8f9350a0-7e07-45f3-99ca-f0155a871c71","type":"text/javascript","packages":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://app.avocavo.app","type":"string"},{"key":"apiKey","value":"YOUR_API_KEY","type":"string"}]}