For your AI agents.

Curiate gives fashion and apparel teams a domain-trained intelligence layer for search, recommendations, and product understanding.

  • Built for fashion and apparel
  • Structured product intelligence
  • Use it without exposing raw data

Private early access for selected teams.

Simple API

Add Curiate to your workflow.

Example request

const result = await curiate.search({
  query: "linen blazer",
  category: "jackets",
  useCase: "product discovery"
});
See docs →