Plámenna Boutique® - AI Data API

Structured e-commerce data for AI agents and models

Available Endpoints

Products JSON Feed JSON

https://plamenna.boutique/apps/indexaize/ai/products.json

Complete product catalog with AI-optimized titles, descriptions, pricing, and availability

Collections Feed JSON

https://plamenna.boutique/apps/indexaize/ai/collections-feed.json

Product categories and collections with SEO metadata

Store Metadata JSON

https://plamenna.boutique/apps/indexaize/ai/store-metadata.json

Organization schema, business info, and policies

LLMs.txt Markdown

https://plamenna.boutique/apps/indexaize/llms.txt

AI discovery file (llmstxt.org standard)

LLMs-full.txt Markdown

https://plamenna.boutique/apps/indexaize/llms-full.txt

Extended version with API documentation

AI Ask (Interactive) JSONPOST

https://plamenna.boutique/apps/indexaize/ai/ask

Ask questions about this store — POST with JSON body {"question":"..."}

Interactive Query

Ask questions about this store's products, policies, and availability:

// POST https://plamenna.boutique/apps/indexaize/ai/ask
{
  "question": "What products do you have under $100?"
}

// Response:
{
  "answer": "We have 5 products under $100...",
  "sources": [{"type": "product", "title": "..."}],
  "confidence": 0.92
}

Integration Guidelines

Powered by indexAIze — 2026-03-18 — Visit Store