Food Analysis
Field Name
Type
Description
id
ID
Id of Food Analysis.
profile
profileType
User profile.
image
String
Food image URL.
foodDescription
String
Text description of the food being processed.
status
GptFoodAnalysisStatusChoices
enum GptFoodAnalysisStatusChoices { PENDING PROCESSING COMPLETED FAILED }
errorMessage
String
Description of the error.
serviceResponse
JSONString
JSON String including the AI Analysis results (id, nutritional info, summary, ingredients, and more).
createdAt
DateTime
The date when the food analysis was created. Format: YYYY-MM-DDT hh:mm:ssZ
updatedAt
DateTime
The date when the food analysis was updated. Format: YYYY-MM-DDT hh:mm:ssZ
Last updated
Was this helpful?