Documentation
Everything you need to integrate Raccomando into your store. Explore guides, API references, and code examples to get up and running fast.
Getting Started
Set up your account, install the SDK, and send your first recommendation request in under five minutes.
Integrations
Connect Shopify, WooCommerce, Magento, and custom storefronts with our pre-built connectors.
Recommendations API
Personalized product suggestions powered by collaborative filtering and deep-learning models.
Search API
Typo-tolerant, faceted search with synonym support and AI-powered relevance ranking.
Analytics
Track impressions, clicks, conversions, and revenue attribution across every touchpoint.
SDKs
Official client libraries for JavaScript, Python, Ruby, Go, and Java with full TypeScript types.
Quick Start
Fetch personalized recommendations with a single API call.
curl -X GET "https://api.raccomando.com/recommend" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"user_id": "usr_12345",
"context": "homepage",
"limit": 8
}'