Automatically categorizing products, detecting duplicates and providing detailed attributes using the latest open-source LLM technology.
Streamlining product management with intelligent automation.
Everything you need to manage your product catalog intelligently
Automatically categorizing products using advanced AI algorithms. Our system understands product descriptions, images, and context to assign the most accurate categories.
Identifying and grouping duplicate products automatically. Our similarity algorithms work with both text and image data to find identical or similar products across your catalog.
Extract detailed product attributes like color, size, material, and specifications. Generate structured data from unstructured product descriptions.
Built on cutting-edge open-source language models. Continuously updated with the latest AI advancements for superior accuracy and performance.
Simple, well-documented REST API that integrates seamlessly with your existing systems. JSON responses with comprehensive error handling.
Process products in real-time with status tracking. Monitor processing states and get immediate feedback on categorization and duplicate detection.
Simple integration, powerful results
You provide your preferred categories or our system will create categories based on your product data.
Submit product information via our REST API with name, description, and image URL.
Our AI analyzes the product using advanced LLM technology to extract features and context. The system categorizes the product, detects duplicates, and extracts relevant attributes.
Receive structured data with category, duplicate information, and detailed attributes.
Get started in minutes with our straightforward REST API
POST /api/v3/products
{
"product": {
"id": 12345,
"name": "Wireless Bluetooth Headphones",
"description": "High-quality wireless headphones with noise cancellation",
"image": "https://example.com/headphones.jpg",
"brand": "AudioTech",
"suggested_category_name": "Electronics"
}
}
GET /api/v3/products/12345
Response:
{
"external_id": 12345,
"name": "Wireless Bluetooth Headphones",
"canonical_id": null,
"category_external_id": "L4_2345",
"state": "categorized"
}
GET /api/v3/products?per_page=100
Response:
{
"products": [
{
"id": 101,
"external_id": 12345,
"state": "categorized",
"category_external_id": "L4_2345",
"external_canonical_id": null
}
],
"meta": {
"current_page": 1,
"total_pages": 5,
"total_count": 500
}
}
GET /api/v3/shop/categories
Response:
{
"categories": [
{
"id": 1,
"full_external_id": "L4_2345",
"name": "Electronics",
"attributes": [...]
}
]
}
Trusted by leading e-commerce platforms
"Sortillus' AI categorization reduced our product setup time by 80%. The duplicate detection feature alone saved us thousands in operational costs."
"The attribute extraction is incredibly accurate. We now have detailed product specifications for every item without manual data entry."
"Integration was seamless. The API is well-documented and the support team is incredibly responsive. Highly recommended!"
Transform your product management with AI-powered intelligence
Get started today and experience the power of AI-powered product intelligence
Sign Up Now