image_url input objects.
Use it to screen uploaded or linked images before generation, display, or publishing.
Example
Common uses
- checking uploaded profile images or attachments
- screening images before passing them into a multimodal model
- applying different review paths for safe vs risky media
Common mistakes
- trying to send a plain string instead of a typed image object
- assuming the moderation result replaces your own product policy logic
- forgetting that image availability and URL validity still matter at request time