{"message":"Bowie Image Server API","endpoints":{"GET /api/image/:filename":"Serve a specific image file","GET /api/random":"Serve a random image from the folder","GET /api/images":"List all available images","GET /api/health":"Health check endpoint"},"examples":{"Get specific image":"http://localhost:10662/api/image/example.jpg","Get random image":"http://localhost:10662/api/random","List images":"http://localhost:10662/api/images","Health check":"http://localhost:10662/api/health"}}