Skip to main content

ZeqAllergy

Food allergen detection and cross-contamination risk assessment. FDA Big 9 allergen scanning, alternative ingredient suggestions, restaurant safety scoring.

EndpointPOST /api/nutrition/allergy
Authapi-key
Rate limit20/min
Categorynutrition

Parameters

NameTypeRequiredDescription
ingredientsarrayYes[{ name, source }]
allergensarrayYes['peanut', 'tree-nut', 'milk', 'egg', 'wheat', 'soy', 'fish', 'shellfish', 'sesame']

Returns

{ detected, crossContaminationRisk, alternatives, safetyScore, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"ingredients": [],
"allergens": []
}' \
"https://zeqsdk.com/api/nutrition/allergy"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-allergy.