Documentation

Everything you need to integrate Raccomando into your store. Explore guides, API references, and code examples to get up and running fast.

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
  }'