Generate synthetic image reference data
Generates synthetic image reference fixtures for testing media fields, avatars, placeholder records, demo content, import fixtures, and UI previews. The service returns URL strings or SVG data URI strings only; it does not fetch external image content. Supported methods include profile, avatar, avatarGitHub, personPortrait, url, urlLoremFlickr, urlPicsumPhotos, and dataUri.
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
Number of image records to generate (1-100). Passed as string but must be numeric.
^[1-9]\d?$|^100$"10"
Locale for generated data (e.g., en, es, fr, de, pt_BR, zh_CN)
"en"
Seed for deterministic generation. Same seed produces same results.
"12345"
Image generation method. Defaults to profile.
profile, avatar, avatarGitHub, personPortrait, url, urlLoremFlickr, urlPicsumPhotos, dataUri "profile"
Image width for image URL or data URI output. Range: 1-3999.
^[1-9]\d*$"640"
Image height for image URL or data URI output. Range: 1-3999.
^[1-9]\d*$"480"
Category segment for categorized image URL output.
^[A-Za-z0-9_-]{1,50}$"nature"
Generate grayscale output where supported.
true, false "false"
Blur amount for supported image URL output. Range: 0-10.
^\d+$"4"
Color for data URI output. Use a CSS color name or hex color value.
^#?[0-9A-Fa-f]{3,8}$|^[A-Za-z]+$"#336699"
Data URI encoding type.
svg-uri, svg-base64 "svg-uri"
Portrait sex option for person portrait output.
female, male "female"
Portrait image size in pixels.
32, 64, 128, 256, 512 "128"