API Keys

Your API Key

Loading API keys...

How to Use Your API Keys

1. Basic Usage

Make requests to generate images using this URL pattern:

https://your-domain.com/{width}x{height}.jpg?api_key=YOUR_API_KEY&text=your+prompt

2. Example Request

https://your-domain.com/800x600.jpg?api_key=abc123&text=beautiful+sunset+over+mountains

3. Supported Dimensions

You can use any dimensions up to 4096x4096. Common sizes include:

600x400 800x600 1024x768 1920x1080 512x512 1024x1024 2048x2048 4096x4096

⚠️ Important Notes

  • Keep your API keys secure and never share them publicly
  • URL encode your text prompts (spaces become +, special characters need encoding)
  • Each image generation consumes credits from your account
  • Rate limits may apply based on your account type