{
  "endpoints": {
    "/compare": {
      "description": "takes json {images: ['static/screenshots/domain.xyz/123.png', 'static/screenshots/domain.xyz/456.png']} and returns similarity score",
      "example": "curl -X POST -H 'Content-Type: application/json' -d '{\"images\": [\"static/screenshots/domain.xyz/123.png\", \"static/screenshots/domain.xyz/456.png\"]}' https://migr-compare.lh.pl/compare"
    },
    "/screenshot": {
      "description": "takes json {url: 'http://www.google.com', host: '192.168.0.5'} and returns image url",
      "example": "curl -X POST -H 'Content-Type: application/json' -d '{\"url\": \"http://www.google.com\", \"host\": \"192.168.0.5\"}' https://migr-compare.lh.pl/screenshot"
    }
  }
}
