View All APIs

AI Image Metadata Generator API

About

This API uses advanced artificial intelligence to automatically analyze images and generate contextual metadata. Unlike traditional metadata extraction, which only reveals technical data, this API interprets image content to provide descriptive and meaningful metadata. This includes object recognition, scene detection, text extraction, and more—perfect for enhancing SEO, categorization, or accessibility.

API Documentation

Copied!
https://imagemetapro.com/tools/get-metadata-with-ai.php

Request Methods

Option 1: Request Using Image URL

Method: POST

Body Type: raw: json

Headers: Content-Type: application/json

Sample Payload:

Copied!
{  
    "api_key" : "{{api_key}}",
    "image_url": "your-image-url" ,
    "category" : "logo",
    "subcategory" : "dashboard, sales",
    "ai_model" : "gemini" or "openai"
}

Option 2: Request Using Local Image Upload

Method: POST

Body Type: form-data

Headers: Content-Type: multipart/form-data

Parameters:

Key Type Value
api_key text {{API Key}}
image file Image - Upload from local
ai_modal text gemini / chatgpt
category text Category e.g photography
subcategory text Subcategory e.g. stock, unsplash etc

Note: Replace {{API Key}} with your actual API key from your dashboard.