Hive's Aesthetic Classification API scores each input image or video using based on factors such as colors, lighting, sharpness, subject, and overall composition. It returns one classification per frame (an image input is treated as a video with one frame).

The model only uses one class: aesthetic

"output": [
                    {
                        "classes": [
                            {
                                "score": 9.37998104095459,
                                "class": "aesthetic"
                            }
                        ],
                        "time": 0
                    }
                ]