Image classification pipeline
API Reference
Image classification pipeline
POST
Image classification pipeline
Body
application/json
Request schema for image classification.
One or more images to classify (URL, base64, multipart binary or image object). Required.
How to convert raw logits to scores; defaults to 'softmax'.
Available options:
sigmoid, softmax, none Number of top labels to return per image.
Maximum time in seconds to wait for fetching remote images; null means no timeout.

