




















Label compliance, streamlined for the AI stack.
Handle any input: press-ready PDFs, AI files, PNGs, photographed packaging, or structured JSON. Parse panels (front, Supplement Facts, claims, warnings) and extract elements in one call.
FDA Supplement Facts format, DSHEA disclaimers, structure/function vs. disease claims, allergen warnings, net quantity, serving size. Versioned rulesets auto-update weekly so you never rebuild to stay compliant.
Call extract, suggest, inspect, and aggregate as separate endpoints or chain them – whatever your workflow needs. Build once, compose differently for each use case (Supplement Facts only, brand review, full artwork audit).
Send artwork (PDF, AI, PNG, or structured text), get parsed panels and findings back. REST endpoints, OpenAPI spec, and SDKs in TypeScript and Python. Rate-limited per workspace, audit-logged by default.
curl -X POST "https://api.getgen.ai/api/inspect" \
-H "Authorization: Bearer $GETGEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"inspector_id": 123,
"objects": [
{
"type": "image",
"content": "https://cdn.example.com/vitd3-press.png"
}
],
"ctx": {
"product_type": "supplement"
}
}'Run our MCP server in your agent stack. Claude, Cursor, and any MCP-compatible client get a typed toolset: parse labels, suggest inspectors, run reviews, aggregate findings. Agents compose the pipeline however they need.
{
"mcpServers": {
"getgenai": {
"url": "https://mcp.getgen.ai",
"auth": {
"type": "bearer",
"token": "$GETGEN_API_KEY"
}
}
}
}Give your AI assistant a reusable review workflow for supplement labels. The skills pack includes instructions for FDA labeling checks, structure/function claims, DSHEA disclaimers, Supplement Facts panels, ingredients, warnings, and review handoff.
getgenai-label-review/
SKILL.md
workflows/
review-supplement-label.md
check-structure-function-claims.md
verify-dshea-disclaimer.md
examples/
supplement-label.pdf
expected-findings.md
mcp/
getgenai-tools.md


doc-parse. Identifies all panels and elements (front panel, Supplement Facts, claims, ingredients, warnings, etc.).suggest_inspectors to let the platform recommend relevant rules (FDA Supplement Facts, DSHEA disclaimer, structure/function claims, allergen warnings, etc.) or pass your own inspector list to inspect. Get raw findings with location and severity.Supplements is our example here; the same Extract → Review → Feedback pipeline runs for food, cosmetics, cannabis, pharma, and chemical labels — see /industries.


getgenai-supplement-labels, Supplement facts panel, DSHEA, structure/function claims