Enrich furniture photos
with our detailed tags
chair
Frame Material
Cutout
Frame Type
Cantilever
Padding Material
Fabric
Padding Color
Black
An eye for style
Our AI systems keep up to date on furniture styles so you don't have to.
Order precisely
with richer analytics
Spot emerging trends and forecast what will (and won’t) sell in future seasons.
Better ads
for less
Data to find the right customers and target more specific keywords.
Personalized
digital experiences
Help customers quickly find what they want with tailored filters and site search.
import dragoneye as di

di_client = di.Dragoneye(api_key="API_KEY")

result = di_client.classification.predict(
  image=Image(
    url="https://example.com/screenshot.png"
  ),
  model="dragoneye/screenshots",
)
import {  Dragoneye  } from "dragoneye-node"

const dragoneyeClient = new Dragoneye({
  apiKey: "API_KEY"
});

const results = await dragoneyeClient
  .classification.predict({
    image: {
      url: "https://example.com/screenshot.png"
    },
    modelName: "dragoneye/screenshots",
  });
curl -L 'https://api.dragoneye.ai/predict' \
  -H 'Authorization: Bearer <YOUR TOKEN>' \
  -F 'image_url="https://example.com/screenshot.jpg"' \
  -F 'model_name=dragoneye/screenshots'

Ready to go.
Right now.

Powerful computer vision available in dead simple APIs.
Get started now
Want to get started?
Tell us what you're building!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
or try it out now!
Sign up