Identify new vs used using AI

Below is a free classifier to identify new vs used. Just upload your image, and our AI will predict if the item is new or used - in just seconds.

new vs used identifier

API Access


import nyckel

credentials = nyckel.Credentials("YOUR_CLIENT_ID", "YOUR_CLIENT_SECRET")
nyckel.invoke("new-vs-used", "your_image_url", credentials)
            

fetch('https://www.nyckel.com/v1/functions/new-vs-used/invoke', {
    method: 'POST',
    headers: {
        'Authorization': 'Bearer ' + 'YOUR_BEARER_TOKEN',
        'Content-Type': 'application/json',
    },
    body: JSON.stringify(
        {"data": "your_image_url"}
    )
})
.then(response => response.json())
.then(data => console.log(data));
            

curl -X POST \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_BEARER_TOKEN" \
    -d '{"data": "your_image_url"}' \
    https://www.nyckel.com/v1/functions/new-vs-used/invoke
            

How this classifier works

To start, upload your image. Our AI tool will then predict if the item is new or used.

This pretrained image model uses a Nyckel-created dataset and has 2 labels, including New and Used.

We'll also show a confidence score (the higher the number, the more confident the AI model is around if the item is new or used).

Whether you're just curious or building new vs used detection into your application, we hope our classifier proves helpful.

Need to identify new vs used at scale?

Get API or Zapier access to this classifier for free. It's perfect for:



  • E-commerce Product Listings: Online retailers can utilize the 'new vs used' classification function to automatically categorize products on their platform. This differentiation helps customers easily find brand-new items or pre-owned products, improving the overall shopping experience and driving sales.

  • Inventory Management: Retailers with both new and used merchandise can use this function to streamline inventory checks. By quickly identifying and segregating new products from used ones, businesses can optimize their stock levels and reduce confusion in their warehouse operations.

  • Automated Pricing Strategies: Platforms selling items in both conditions can implement pricing algorithms that rely on the classification of items as new or used. This helps in dynamically adjusting prices based on the condition, ensuring competitive pricing and maximizing profit margins.

  • Content Moderation: Social media or online marketplaces can employ this function to moderate listings and posts more effectively. By identifying whether items being sold are new or used, platforms can enforce compliance with policies regarding product authenticity and condition.

  • Customer Insights and Analytics: Businesses can analyze consumer behavior based on their preference for new versus used items. By harnessing the classification data, they can tailor marketing strategies and promotional campaigns aimed at specific customer segments.

  • Insurance and Appraisal Services: Companies that provide valuations or appraisals can use the classification function to determine the condition of items. This differentiation is crucial for assessing insurance coverage and establishing the correct market value for both new and used goods.

  • Sustainability Initiatives: Businesses focused on sustainability can leverage this classification to promote used items over new ones, highlighting environmentally friendly consumer choices. By analyzing sales patterns, companies can also enhance their circular economy initiatives and reduce waste.

Want this classifier for your business?

In just minutes you can automate a manual process or validate your proof-of-concept.

Get Access