Skip to main content

Universal AI: Image Features

Process and analyze images using the Universal AI endpoint.

Available Image Features

SubfeatureModel String PatternDescription
Generationimage/generation/provider/modelCreate AI-generated images
Object Detectionimage/object_detection/providerIdentify objects in images
Face Detectionimage/face_detection/providerDetect faces in images
Face Comparisonimage/face_comparison/providerCompare face similarity
Background Removalimage/background_removal/providerRemove image backgrounds
Explicit Content Detectionimage/explicit_content/providerDetect NSFW content
AI Detectionimage/ai_detection/providerDetect AI-generated images

Image Generation

Generate images from text descriptions:

Object Detection

Detect and identify objects in images:

Face Detection

Detect faces and facial attributes:

Background Removal

Remove backgrounds from images:

Using Image URLs

You can also provide image URLs instead of uploading:

Next Steps