ZeqAllergy
Food allergen detection and cross-contamination risk assessment. FDA Big 9 allergen scanning, alternative ingredient suggestions, restaurant safety scoring.
| Endpoint | POST /api/nutrition/allergy |
| Auth | api-key |
| Rate limit | 20/min |
| Category | nutrition |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
ingredients | array | Yes | [{ name, source }] |
allergens | array | Yes | ['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.