Ask a specific question about the content of an image.
API key authentication. Include your API key in the VISCRIBE-APIKEY header.
The specific question to ask about the image.
URL of the image to analyze. 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.