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
https://imagemetapro.com/tools/write-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:
{
"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.