Transforming
E-commerce with
AI-Powered
Product Intelligence

Automatically categorizing products, detecting duplicates and providing detailed attributes using the latest open-source LLM technology.

Streamlining product management with intelligent automation.


Unstructured Product Data
Smart Product Categorization
Duplicate Product Chaos
Automatic Duplicate Detection
Manual Data Entry Hours
AI-Powered Automation
Poor Product Discovery
Intelligent Search & Recommendations

Powerful Features

Everything you need to manage your product catalog intelligently

Smart Categorization

Automatically categorizing products using advanced AI algorithms. Our system understands product descriptions, images, and context to assign the most accurate categories.

Duplicate Detection

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.

Attribute Extraction

Extract detailed product attributes like color, size, material, and specifications. Generate structured data from unstructured product descriptions.

Latest LLM Technology

Built on cutting-edge open-source language models. Continuously updated with the latest AI advancements for superior accuracy and performance.

RESTful API

Simple, well-documented REST API that integrates seamlessly with your existing systems. JSON responses with comprehensive error handling.

Real-time Processing

Process products in real-time with status tracking. Monitor processing states and get immediate feedback on categorization and duplicate detection.

98.4%
Accuracy Rate
<10s
Average Process Time
24/7
Uptime
2M+
Products Processed Daily

How It Works

Simple integration, powerful results

1
Send Your Preferred Categorization

You provide your preferred categories or our system will create categories based on your product data.

2
Send Product Data

Submit product information via our REST API with name, description, and image URL.

3
AI Processing

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.

4
Get Results

Receive structured data with category, duplicate information, and detailed attributes.

Simple API Integration

Get started in minutes with our straightforward REST API

Create Product

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 Product Status

GET /api/v3/products/12345

Response:
{
  "external_id": 12345,
  "name": "Wireless Bluetooth Headphones",
  "canonical_id": null,
  "category_external_id": "L4_2345",
  "state": "categorized"
}

List Products

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 Categories

GET /api/v3/shop/categories

Response:
{
  "categories": [
    {
      "id": 1,
      "full_external_id": "L4_2345",
      "name": "Electronics",
      "attributes": [...]
    }
  ]
}

What Our Clients Say

Trusted by leading e-commerce platforms

TechStore CEO
Electronics Retailer

"Sortillus' AI categorization reduced our product setup time by 80%. The duplicate detection feature alone saved us thousands in operational costs."

FashionHub CTO
Fashion E-commerce

"The attribute extraction is incredibly accurate. We now have detailed product specifications for every item without manual data entry."

HomeGoods Manager
Home & Garden

"Integration was seamless. The API is well-documented and the support team is incredibly responsive. Highly recommended!"

Ready to Get Started?

Transform your product management with AI-powered intelligence

Test our API with up to 10,000 products for free

Get started today and experience the power of AI-powered product intelligence

Sign Up Now
Documentation

Comprehensive API documentation and guides

View Docs