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.

API Docs
Buybase

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.

Get Started

Create a style profile for an end user

1
await axios.post('https://api.buybase.ai/styles/create',
2
{
3
profile_id: '<PROFILE_ID>',
4
text: `A 6'2 man with an eye for coastal & ivy prep style,
5
he wears XL tops, size 12 shoes, a 33-inch waist, and 32-inch inseam,
6
preferring a 'just right' fit. He likes breton stripes and gingham in earthy tones,
7
using cotton or linen. Chambray button-ups, cable knit sweaters,
8
and tartan plaid flannels are favorites, with tortoise sunglasses.
9
He keeps it simple with solid oxfords, avoiding bright tones
10
for a beachside or campus look.`
11
},
12
{
13
headers: {
14
'Authorization': 'Bearer <YOUR_API_KEY>',
15
'Content-Type': 'application/json'
16
}
17
}
18
);

Text query with image reference and style profile

1
await axios.post('https://api.buybase.ai/search/products',
2
{
3
profile_id: '<PROFILE_ID>',
4
query: {
5
text: 'Need some beach gear with this vibe',
6
image_url: 'https://i.pinimg.com/736x/31/bf/e5/31bfe5497621e8b9367b867707197a5b.jpg'
7
},
8
query_weight: 0.7,
9
style_weight: 0.3,
10
similarity_threshold: 0.3,
11
result_count: 5,
12
price_min: 50,
13
price_max: 150,
14
},
15
{
16
headers: {
17
'Authorization': 'Bearer <YOUR_API_KEY>',
18
'Content-Type': 'application/json'
19
}
20
}
21
);

Pricing for
all stages

FreeStartupGrowthPro
Subscription$0$10$40$150
API Requests250
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. Results241020
Style Profiles
Text Search
Image Search