About
The AI Metadata Write API takes the descriptive content generated by AI and embeds it directly into the image file as metadata. This API supports writing AI-generated titles, descriptions, keywords, and custom metadata fields into EXIF, IPTC, or XMP formats. It helps maintain a consistent metadata strategy across platforms and ensures that useful content stays with the image—wherever it goes.
API Documentation
Copied!
https://imagemetapro.com/tools/write-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://images.com/images/logo.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 |