{
  "endpoints": {
    "download": {
      "download_info": "POST /api/download/lote/<lote_id>/info",
      "download_multiple": "POST /api/download/lote/<lote_id>/images",
      "download_single": "GET /api/download/lote/<lote_id>/image/<image_id>"
    },
    "health": "/health",
    "images": {
      "get_by_lote": "GET /api/images/lote/<lote_id>",
      "get_image": "GET /api/images/lote/<lote_id>/image/<image_id>",
      "get_metadata": "GET /api/images/lote/<lote_id>/image/<image_id>/metadata"
    },
    "lotes": {
      "get_by_id": "GET /api/lotes/<lote_id>",
      "get_collection": "GET /api/lotes/collection/<lote_id>",
      "mark_downloaded": "POST /api/lotes/<lote_id>/mark-downloaded",
      "mark_viewed": "POST /api/lotes/<lote_id>/mark-viewed",
      "search": "POST /api/lotes/search",
      "stats": "GET /api/lotes/stats"
    }
  },
  "service": "FotoGo Backend API",
  "version": "1.0.0"
}
