Documentation

Explore docs for API endpoints, search, recommendations, and setup guides.

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