AI
AI Product Suggestions
GET
AI Product Suggestions
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
AI Product Suggestions
Returns AI-generated suggestions for which store products (time passes, credits, etc.) best match a natural language prompt. The response includes both an explanation and a list of preferred product IDs.Authentication
Requires an authenticated customer session.Query Parameters
The user’s natural language question or preference description. Example: “What’s the most affordable product with weekend access?”
Response
AI result wrapper.
Human-readable explanation answering the prompt.
Product IDs recommended by the assistant.
Example Response
Usage in Portal
- Public Checkout – Products grid
src/views/public/checkout/products/ProductsGrid.tsx(filters product list by AI)src/views/checkout/steps/components/ProductAiPrompt.tsx
Related Endpoints
GET /api/public/ai/tariffs– Plan suggestions by promptGET /api/public/ai/bookings– Booking intent parsing and suggestionsGET /api/public/ai/chats/{sessionId}– General-purpose assistant chat
Error Responses
The user is not authenticated.
Missing or invalid prompt.
AI Product Suggestions