Welcome
The GistMag API provides powerful AI-driven services for:- Alt Text Generation: Generate accurate, descriptive alt text for images
- Text-to-Speech: Convert text to natural-sounding speech with advanced features
- Batch Processing: Process multiple items efficiently
- Usage Management: Track and manage your API usage
Base URL
All API requests should be made to:Authentication
All API endpoints require authentication using an API key. Include your API key in the request body or as a query parameter.API keys can be created and managed in your Dashboard.
Response Format
All API responses are returned in JSON format, except for audio endpoints which return audio files.Success Response
Error Response
Rate Limits
API rate limits are based on your subscription tier:- Free Tier: 100 requests/day
- Pro Tier: 10,000 requests/day
- Enterprise: Custom limits
Status Codes
The API uses standard HTTP status codes:200- Success400- Bad Request (invalid parameters)401- Unauthorized (invalid API key)429- Too Many Requests (rate limit exceeded)500- Internal Server Error503- Service Unavailable