AI-Powered Alt Text Generation API
GistMag API provides powerful AI-driven alt text generation for images. Generate descriptive, SEO-optimized, and accessible alt text for your images with just a simple API call.
/api/generate
Generate alt text for a single image
/api/batch
Generate alt text for multiple images at once
/api/usage
Get your usage statistics and credit balance
/api/verify-key
Verify your API key validity
/api/health
Check API health status
curl -X POST https://api.gistmag.com/generate \
-H "Content-Type: application/json" \
-d '{
"image_url": "https://example.com/image.jpg",
"mode": "short",
"api_key": "your_api_key_here"
}'