Serpro AI Knowledge Index

Machine-readable feeds for products and technical content, designed for AI crawlers, LLMs, and search pipelines.

Developer facing

Overview

This area exposes a stable, structured view of key Serpro data for programmatic access and ingestion by AI systems, search engines, and custom retrieval pipelines.

All text content has been normalised to plain text (HTML removed), and feeds are versioned for predictable downstream indexing.

Note: Public feeds are read-only and may be rate limited. For private or extended access, integrate via a controlled endpoint rather than scraping.

Primary JSON feeds

Aggregated datasets

These files contain complete snapshots of the current product catalogue and technical guides in a single JSON document per type.

GET /ai-index/products.json GET /ai-index/guides.json
Paginated API endpoints

Index API for streaming ingestion

For incremental or streaming ingestion, use the paginated endpoints. These are the same sources that back the aggregated JSON files.

# Example GET /ai-index/index.php?type=products&page=1&per_page=200 GET /ai-index/index.php?type=guides&page=1&per_page=200