Extract specific information from an image based on a provided JSON schema, with optional instructions.
API key authentication. Include your API key in the VISCRIBE-APIKEY header.
URL of the image to extract data from. 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.
Simple list of fields to extract (max 10). Either fields or advanced_schema is required, but not both.
Advanced: Full JSON schema for complex extraction. Use this for nested structures. Either fields or advanced_schema is required, but not both.
Optional instruction to guide the extraction process.