Automation workflows need images that can be generated on demand from a simple HTTP request. This preset covers the four most common image slots in automated pipelines: OG images for documentation, wide banners, square avatars, and compact thumbnails.
| Name | Dimensions | Description |
|---|---|---|
| og | 1200x630 | OG image — 1200×630px, social share preview image for automated documentation |
| banner | 1200x400 | Banner — 1200×400px, wide header banner for emails, READMEs, and landing pages |
| avatar | 200x200 | Avatar — 200×200px, square profile image for database seeds and test fixtures |
| thumb | 400x300 | Thumbnail — 400×300px (4:3), compact thumbnail for content lists and API responses |
Manual image downloads break automation workflows. The PlacePack REST API turns every image in this preset into a single GET request — no authentication, no UI, no manual steps. CI pipelines can generate or verify fixture images automatically. Database seed scripts can embed API URLs. Documentation generators can reference placeholder images by URL.
Reference PlacePack API URLs in database seed scripts for development and staging. Every environment gets the same deterministic images without managing local files.
Embed PlacePack API URLs directly in Markdown README files. The API returns stable images with no rate limit concerns for low-traffic documentation pages.
Use the POST /api/v1/pack endpoint in a CI step to generate or refresh the fixture set. Compare the downloaded ZIP hash against the committed fixtures to detect drift.
Ready to generate Automation & API placeholder images?
Open the generator with this preset pre-loaded and download your pack in seconds.