🚀 GistMag API

AI-Powered Alt Text Generation API

About

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 Endpoints

POST /api/generate

Generate alt text for a single image

POST /api/batch

Generate alt text for multiple images at once

GET POST /api/usage

Get your usage statistics and credit balance

POST /api/verify-key

Verify your API key validity

GET /api/health

Check API health status

Quick Start

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"
  }'

Features