Skip to main content
Supported Models for Image Processing

Sending an Image via API Request

The API allows two methods to send an image:
  1. Passing an Image URL (recommended for publicly hosted images)
  2. 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.

Expected API Response

Upon successful submission, the API will return a structured response with AI-generated insights based on the image. Example Response:

Common Issues & Troubleshooting