Documentation

Everything you need to know about using Imgineer's placeholder generator

Getting Started
Generate your first placeholder image in seconds

1. Basic Usage

The simplest way to generate a placeholder is by visiting the main page and configuring your image:

  • Set the width and height dimensions
  • Choose a background color
  • Copy the generated URL or download the SVG

2. Direct URL Access

You can also generate placeholders programmatically by making a GET request to:
https://imgineer.co/api/placeholder?width=800&height=600&bg=EAEAEA

3. Integration

Use the generated URL directly in your HTML, CSS, or any web application:

<img src="https://imgineer.co/api/placeholder?width=400&height=300&bg=3B82F6" alt="Placeholder" />