Content
/v1/contentBlog drafts, tracked articles, SEO scoring and AI usage (ContentOS).
curl https://api.saltai.app/v1/content/drafts \
-H "Authorization: Bearer $SALTAI_KEY"Every engine, grouped by namespace. Base URL https://api.saltai.app/v1. Authenticate with a Bearer API key.
New here? Start with the developer guide.
Send your API key as a Bearer token on every request. Set it once in your shell, then reuse it across every example below.
export SALTAI_KEY="sak_live_xxx"/v1/allergensAllergen + dietary metafields, regulatory modes and nutrition facts (AllergenOS).
curl https://api.saltai.app/v1/allergens/products \
-H "Authorization: Bearer $SALTAI_KEY"/v1/subscriptionsRecurring subscription contracts and their charges.
curl https://api.saltai.app/v1/subscriptions/contracts \
-H "Authorization: Bearer $SALTAI_KEY"/v1/deliveryOutcodes, fee tiers, slot windows, blocked dates and delivery validation (DeliveryOS).
curl -X POST https://api.saltai.app/v1/delivery/validate \
-H "Authorization: Bearer $SALTAI_KEY" \
-H "Content-Type: application/json" \
-d '{"postcode":"SW1A 1AA","basketTotal":2500}'/v1/cateringQuotes, corporate accounts, recurring orders and calendar-driven headcount (CateringOS).
curl https://api.saltai.app/v1/catering/quotes \
-H "Authorization: Bearer $SALTAI_KEY"/v1/contentBlog drafts, tracked articles, SEO scoring and AI usage (ContentOS).
curl https://api.saltai.app/v1/content/drafts \
-H "Authorization: Bearer $SALTAI_KEY"/v1/cartBundles, BOGO offers, upsells and abandoned-cart recovery (CartOS).
curl https://api.saltai.app/v1/cart/bundles \
-H "Authorization: Bearer $SALTAI_KEY"/v1/reviewsProduct reviews, Q&A and aggregate ratings (ReviewPulse).
curl https://api.saltai.app/v1/reviews \
-H "Authorization: Bearer $SALTAI_KEY"/v1/formsForms, submissions and quote requests (FormFlow).
curl https://api.saltai.app/v1/forms \
-H "Authorization: Bearer $SALTAI_KEY"/v1/answerosAnswer Engine Optimization — schemas, AEO scores, Q&A, rewrites and citation tracking.
curl https://api.saltai.app/v1/answeros/scores \
-H "Authorization: Bearer $SALTAI_KEY"/v1/tiersBehavioural loyalty tiers, per-customer aggregates and recalculation (AutoTier / TierOS).
curl https://api.saltai.app/v1/tiers/customers \
-H "Authorization: Bearer $SALTAI_KEY"The gateway also exposes these namespaces under the same base URL and auth model. The complete, always-current list of endpoints is generated from the gateway route registry.
Free tier available. 14-day trial on every paid plan.