Sending an Image via API Request
The API allows two methods to send an image:- Passing an Image URL (recommended for publicly hosted images)
- Sending a Base64 Encoded Image (for local images)
The image URL must be publicly accessible. Private or authentication-required URLs will not work.
Image Input Requirements
To ensure successful processing, images must meet the following requirements:
Best Practices for Image Uploads
- Optimize File Size: While the maximum limit is 20MB, smaller files (1-5MB) ensure faster processing.
- Use Clear Images: Avoid blurry or low-resolution images for better AI analysis.
- Ensure Public URLs: If passing a URL, test it in a browser to confirm that it is accessible.