List example input images

This endpoint returns the names of the example images available for classification.

Request

Send the following request:

GET /handwriting-recogniser/example-input-images

Response

Notice that the image names correspond to fileName in the Classify a handwritten number example requests:

Response
{
  "images": [
    "0.png",
    "1.png",
    "2.png",
    "3-that-looks-like-8.png",
    "3.png"
  ]
}