Powerful REST API for custom integrations and AI-powered recommendations.
The Get Recommendor API provides programmatic access to recommendations, chatbot capabilities, and analytics data. Build custom storefronts, mobile apps, and integrations.
GET /api/v1/recommendations?product_id=123&limit=8
POST /api/v1/chatbot/message
{
"session_id": "user_123",
"message": "Show me blue shirts"
}GET /api/v1/trending?limit=10
GET /api/v1/analytics?period=30d
All API requests require an API key. Include it in the Authorization header:
Find your API key in the Get Recommendor dashboard under Settings → API Keys.
View API Key Guide →