Validate Image
When to use validate vs generate
Use/validate to:
- Check image quality before showing the user a generation form
- Catch errors early (corrupted files, unsupported formats, low resolution)
- Get recommended settings based on image properties
Request body
string
Base64-encoded image data. Provide either
image or image_url.string
URL of the image to validate. Provide either
image or image_url.