{ "opencollection": "1.0.0", "info": { "name": "CalorieNinjas Imagetextnutrition API", "version": "1.0.0" }, "items": [ { "info": { "name": "Imagetextnutrition", "type": "folder" }, "items": [ { "info": { "name": "CalorieNinjas Get nutrition information from an image", "type": "http" }, "http": { "method": "POST", "url": "https://api.calorieninjas.com/v1/imagetextnutrition", "body": { "type": "multipart-form", "data": [ { "name": "media", "type": "text", "value": "" } ] }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Analyze an image containing food/beverage text to get nutrition information." } ] } ], "bundled": true }