The getimg.ai API gives you direct access to image and video generation in one production-ready interface. All endpoints use theDocumentation Index
Fetch the complete documentation index at: https://docs.getimg.ai/llms.txt
Use this file to discover all available pages before exploring further.
v2 prefix and the same base URL.
Get started
Get your API key
Create an API key in the developer settings.
Make your first generation
Follow the quickstart to generate an image.
Choose a model
Use the models guide to understand image and video models.
What this API covers
Image generation
Generate images synchronously from a prompt and optional reference images.
Video generation
Submit a video generation, poll for completion, then download the result.
Core concepts
Authentication
Send your API key in the
Authorization header.Models
Find the right model for the output you need.
Media responses
Understand
data, usage, download URLs, and expiry.Errors
Handle validation, balance, rate limit, and server errors.
Rate limits
Understand RPM, concurrency, and retry behavior.
Next steps
Quickstart
Go from API key to first image generation fast.
Generate images
Learn the synchronous image flow and parameter basics.
Generate videos
Learn the submit, poll, and download flow for videos.
Libraries
Use the official Node.js or Python client library.