Powering personal shopping for AI agents
We believe in a future where AI agents have a profound grasp of each individual's unique shopping preferences, and seamlessly oversee the entire transaction journey—from initial search to final purchase—rendering traditional online storefronts as archaic as phonebooks once used for finding numbers.

In a sentence
One API built for LLM tooling to power personalized product search and checkout for any online store.
Application
Programming
Interface (API)
Supercharge your AI agent application with text and image search across millions of footwear and apparel SKUs from thousands of Shopify stores, enhanced by powerful personalization, and nuanced filtering. Deliver a semantic and tailored shopping experience for your end-users, using a REST API purpose-built for LLM tool calls.
Create a style profile for an end user
1await axios.post('https://api.buybase.ai/styles/create',2{3profile_id: '<PROFILE_ID>',4text: `A 6'2 man with an eye for coastal & ivy prep style,5he wears XL tops, size 12 shoes, a 33-inch waist, and 32-inch inseam,6preferring a 'just right' fit. He likes breton stripes and gingham in earthy tones,7using cotton or linen. Chambray button-ups, cable knit sweaters,8and tartan plaid flannels are favorites, with tortoise sunglasses.9He keeps it simple with solid oxfords, avoiding bright tones10for a beachside or campus look.`11},12{13headers: {14'Authorization': 'Bearer <YOUR_API_KEY>',15'Content-Type': 'application/json'16}17}18);
Text query with image reference and style profile
1await axios.post('https://api.buybase.ai/search/products',2{3profile_id: '<PROFILE_ID>',4query: {5text: 'Need some beach gear with this vibe',6image_url: 'https://i.pinimg.com/736x/31/bf/e5/31bfe5497621e8b9367b867707197a5b.jpg'7},8query_weight: 0.7,9style_weight: 0.3,10similarity_threshold: 0.3,11result_count: 5,12price_min: 50,13price_max: 150,14},15{16headers: {17'Authorization': 'Bearer <YOUR_API_KEY>',18'Content-Type': 'application/json'19}20}21);
Pricing for
all stages
Free | Startup | Growth | Pro | |
---|---|---|---|---|
Subscription | $0 | $10 | $40 | $150 |
API Requests | 250 Limited at 250 | 1,000 then $0.02 per request | 5,000 then $0.02 per request | 20,000 then $0.01 per request |
Max. Results | 2 | 4 | 10 | 20 |
Style Profiles | ||||
Text Search | ||||
Image Search |