APIs for
screenshots

Detailed Semantic Hierarchies

Parse out hierarchical relationships and navigate screenshots in detail
import dragoneye as di

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

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

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

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

Ready to go.
Right now.

Easy to use APIs so you can start building quickly.
Get started now
Power your RPA workflows
Make reliable and detailed screenshot understanding the foundation of your AI agents.
Automate QA processes
Turn manual testing scripts into automated quality flows.
Index your screen recordings
Make terabytes of screenshots and recordings searchable.
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