Give your app
the power to see
ball gowns
Accent
Cutout
Color
Black & White
Dress Length
Floor-length
Hem Finish
Ribbed
Neckline
Straight across
Occasion
Summer Chic
Trend
Checkered / Gingham
Vibe
Retro
chairs
Frame Material
Cutout
Frame Type
Cantilever
Padding Material
Fabric
Padding Color
Black
sweaters
Closure
Pullover
Color
Light Grey
Cuff
Ribbed
Hem Finish
Ribbed
Length
Standard
Neckline
Mockneck
Shoulders
Raglan
Texture
Heathered
curl -L 'https://api.dragoneye.ai/predict' \
  -H 'Authorization: Bearer <YOUR TOKEN>' \
  -F 'image_url="https://www.linkto.com/example.jpg"' \
  -F 'taxonomy=fashion'
import requests

response = requests.post(
    'https://api.dragoneye.ai/predict', 
    data={
        'image': base64_image,
        'taxonomy': 'fashion',
    },
    headers={
        'Authorization': 'Bearer <YOUR TOKEN>',
    },
)
const formData = new FormData();
formData.append('image', base64Image);

const headers = new Headers();
headers.append('Authorization', 'Bearer <YOUR TOKEN>');

fetch('https://api.dragoneye.ai/predict', {
    method: 'POST',
    headers: headers,
    body: formData
})

Ready to go.
Right now.

Powerful computer vision available in dead simple APIs.
Get started now

See our platform demo

Explore how to quickly build your new model and our platform advantage.
Backed by
Prototype
in minutes
We've done all the work so you can shave off months of development.
Customize
in seconds
Go from generally great to specifically perfect in just a few clicks.
Results
in an instant
Go from generally great to specifically perfect in just a few clicks.
The devil is in the details
The richest taxonomy in the business right out of the box.
Fully customize so we can tailor to serve your expert needs.
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