Skip to main content

Glossary

Bilingual glossary of the terms that appear in the documentation. Useful to align internal vocabulary when you integrate Neuroon into a multilingual store or when you talk to our Support.

Terms

EnglishSpanishShort definition
AI assistantAsistente IAConversational layer that reformulates the query, suggests filters and produces insights. Plan-gated
Neuroon backendBackend de NeuroonServices deployed at api.neuroon.ai and its Development counterpart dev-api.neuroon.ai
Lexical searchBúsqueda léxicaToken-based search (LIKE, full-text); what Neuroon replaces
Semantic searchBúsqueda semánticaVector-embedding search; understands intent and synonyms
Visual searchBúsqueda visualImage search via POST /api/widget/search/visual
Voice searchBúsqueda por vozAudio search via POST /api/widget/search/audio
Authentication headerCabecera de autenticaciónX-Widget-Token or X-Shop-API-Key depending on the endpoint
Cart cross-sellCart cross-sellCart recommendations via POST /api/widget/cart/cross-sell
CatalogCatálogoSet of products synchronized from your store
Widget CDNCDN del widgethttps://cdn.neuroon.ai/widget@<version>/widget.js (versioned, immutable). The alias https://cdn.neuroon.ai/widget.js points at the latest stable with a short cache.
Shop API keyClave API de tiendask_<32hex>, server-only. Header X-Shop-API-Key
ConversionConversiónPurchase attributed to a search. Reported via POST /api/plugin/shops/{id}/track/conversion
QuotaCuotaPer-plan product limit (see productsCount / remainingProducts in the response)
Embed (widget)Embebido (widget)Widget insertion via <script> with data-token
Cart eventsEventos del carritoCustomEvent neuroon:cart-update that the widget listens to
Eventual consistencyEventual consistency2–5 s window between 200 OK from sync and availability in Neuroon
Guided filtersFiltros guiadosFilters proposed by AI based on the query
User filtersFiltros del usuarioExplicit filters passed in the POST /api/widget/search body
SRI integrityIntegridad SRISHA-* hash published in the CDN manifest to verify widget.js
OriginOrigenHTTP header sent by the browser. Validated against shop.url by ApiKeyAuthenticationFilter
PlanPlanSubscription tier (Free, Starter, Pro, Enterprise). Drives rate limit and quota
Shop pluginPlugin (de tienda)Official integrations: WordPress, DNN, custom
ProductionProducciónEnvironment at api.neuroon.ai
External productProducto externoProduct identified by externalId (your ID), not by Neuroon's internal ID
Rate limitRate limitRequests-per-minute cap. Headers X-RateLimit-* and 429 with Retry-After
RecipeRecipeStep-by-step guide to integrate Neuroon on a specific stack
Search logSearch logRecord of a search. Its ID (searchLogId) is used to attribute conversions
Incremental syncSincronización incrementalsyncType: INCREMENTAL — upsert by externalId, recommended
Full syncSincronización totalsyncType: FULL — wipes the catalog in Neuroon and re-inserts. Reserved for rebuilds
TenantTenantYour organization in Neuroon. One organization can own multiple shops
ShopTiendaLogical unit with its own catalog, keys and domain. Identified by shopId
Widget tokenToken de widgetOpaque string, TTL 24 h. Header X-Widget-Token
TrendingTrendingHigh-traction products. GET /api/widget/trending
Domain verificationVerificación de dominioPOST /api/plugin/shops/{id}/verify with a domain that proves ownership
Outbound webhookWebhook salienteDoes not exist yet. On the roadmap, no firm dates
WidgetWidgetPreact component embedded in the browser. Current version 0.9.10

Acronyms

AcronymMeaning
APIApplication Programming Interface
CDNContent Delivery Network
CTACall To Action
DNNDotNetNuke
DTOData Transfer Object
HMACHash-based Message Authentication Code
HTTP/HTTPSHypertext Transfer Protocol (Secure)
JSONJavaScript Object Notation
JWTJSON Web Token
PIIPersonally Identifiable Information
SDKSoftware Development Kit
SLAService Level Agreement
SRISubresource Integrity
SSRServer-Side Rendering
TTLTime To Live

Documentation conventions

  • Every technical claim links to path:line of the repository (api/src/main/...,).
  • The verified_at frontmatter indicates the date the page was reviewed against source code.
  • Terms in monospace refer to literal identifiers from code (HTTP headers, field names, enum values).