API
Query first batch of images from head of the stream
Results will be in descending order of image indexed time
curl https://herr-ashi.ktcorp.net/api
Query batch of images from a given image's indexed time in the stream
Results will be in descending order of image indexed time
curl https://herr-ashi.ktcorp.net/api\?from\=<created_at>
Query batch of images from a given image's indexed time in the stream and its labels
Results will be in descending order of image indexed time
curl https://herr-ashi.ktcorp.net/api/search\?from\=<created_at>\&image_label_nana\=true
Query an individual image
curl https://herr-ashi.ktcorp.net/api/i\?id\=<s3_image_id>