Classify an image based on general knowledge or predefined classes (optionally with descriptions for zero-shot).
API key authentication. Include your API key in the VISCRIBE-APIKEY header.
URL of the image to classify. Must be publicly accessible. Either image_url or image_base64 is required.
Base64 encoded string of the image. Format: data:image/jpeg;base64,... or data:image/png;base64,.... Either image_url or image_base64 is required.
If provided, classify the image among these specific classes. If not provided, uses general knowledge classification.
Optional descriptions for each class to aid zero-shot classification. Keys must match class names in classes.
Optional instruction to guide classification (e.g., 'Classify the main subject').
Whether to allow multiple class predictions.