Compare two images and receive a textual description of their similarities and differences.
API key authentication. Include your API key in the VISCRIBE-APIKEY header.
URL of the first image. Must be publicly accessible. Either image1_url or image1_base64 is required.
Base64 encoded string of the first image. Format: data:image/jpeg;base64,... or data:image/png;base64,.... Either image1_url or image1_base64 is required.
URL of the second image. Must be publicly accessible. Either image2_url or image2_base64 is required.
Base64 encoded string of the second image. Format: data:image/jpeg;base64,... or data:image/png;base64,.... Either image2_url or image2_base64 is required.
Instruction for the comparison task.