ImageMetadataConverter
Extract comprehensive technical and semantic metadata from images. Returns EXIF data, camera settings, GPS coordinates, and AI-generated semantic tags including detected objects, scene type, dominant colors, and content categories.
How It Works
Upload an image or provide a URL to the Mixpeek API.
EXIF, IPTC, and XMP metadata are parsed from the image file headers.
A vision model analyzes the image to generate semantic tags and categories.
Dominant colors, objects, scene type, and quality metrics are extracted.
All metadata is returned in a unified JSON structure with technical and semantic sections.
Code Examples
from mixpeek import Mixpeekclient = Mixpeek(api_key="YOUR_API_KEY")result = client.convert(source="https://example.com/photo.jpg",from_format="image",to_format="metadata",options={"include_exif": True,"include_semantic": True,"include_colors": True,"num_colors": 5})print(f"Camera: {result.exif.camera_make} {result.exif.camera_model}")print(f"Date: {result.exif.date_taken}")print(f"Scene: {result.semantic.scene_type}")print(f"Colors: {result.colors}")
Use Cases
Supported Input Formats
Quick Info
Try This Conversion
Get started with the Mixpeek API and convert your first file in minutes.
Frequently Asked Questions
Related Converters
Image to Tags
Automatically classify images and generate a ranked list of semantic tags. Tags are drawn from standard taxonomies (IAB, custom) or generated freely, each with a confidence score.
Image to Description
Generate rich, multi-sentence descriptions of images covering composition, subjects, colors, mood, and context. Ideal for detailed content cataloging, creative writing prompts, and advanced search indexing.
Video to Metadata
Extract comprehensive technical and semantic metadata from video files. Returns codec details, resolution, duration, frame rate, and AI-generated semantic tags including detected objects, scenes, dominant colors, and content categories.
Image to Categories
Classify images into hierarchical category taxonomies using a vision-language model. Supports standard taxonomies like IAB Content Taxonomy, Google Product Categories, and custom category trees with multi-label classification and confidence scoring.
Ready to convert image to metadata?
Start using the Mixpeek Image to Metadata in minutes. Sign up for a free API key and follow the documentation to get started.
