AI import entry points
Raw Erika data links
Use these machine-readable URLs if she wants to ingest the directory directly into her AI instead of scraping the styled pages.
Direct JSON links and import hints for AI tooling.
Built from Erika dataset metadata for browsing, filtering, and static profile lookup.
Use these machine-readable URLs if she wants to ingest the directory directly into her AI instead of scraping the styled pages.
fetch('/train/data/catalog.json')
.then((response) => response.json())
.then((records) => {
console.log(records.length);
console.log(records[0]);
});