Documentation
Explore docs for API endpoints, search, recommendations, and setup guides.
Getting started
Start with integration and your first sync.
Integrations
Connect your catalog sources to Raccomando.
Recommendations API
Server-side endpoints for recommendation recommendations.
Search API
Endpoints for search, autocomplete, and events.
Analytics
Measure query quality and recommendation impact.
SDKs
Client libraries and integration examples.
Quick start
Get up and running in minutes with a sample recommend request.
curl -X POST "https://api.raccomando.ai/client/v1/recommend" \
-H "X-API-Key: YOUR_CLIENT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"strategyId": "10f2e7c8-9d56-4277-9f3a-986af577d786",
"anchorProductId": "f4546d03-f3a9-4c03-a97d-901f9ec7f6d4",
"limit": 8
}'