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

Content-Type: application/json

Sample Payload:

Copied!
{
    "image_url": "https://example.png" ,
    "category" : "logo",
    "subcategory" : "dashboard, sales",
    "ai_model" : "gemini"
    "api_key" : "your-api-key"
}

Option 2: Request Using Local Image Upload

Method: POST

Body Type: form-data

Content-Type: multipart/form-data

Parameters:

Key Type Value
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
api_key text your-api-key