Generate synthetic system data
Generates synthetic computer-system fixtures for testing file, MIME, cron, network-interface, semantic-version, and path handling workflows. Supported methods: profile, commonFileExt, commonFileName, commonFileType, cron, directoryPath, fileExt, fileName, filePath, fileType, mimeType, networkInterface, and semver.
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
Number of system 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"
System generation method. Defaults to profile.
profile, commonFileExt, commonFileName, commonFileType, cron, directoryPath, fileExt, fileName, filePath, fileType, mimeType, networkInterface, semver "profile"
Optional file extension for commonFileName output. Do not include a leading dot.
16"txt"
Optional MIME type for fileExt output.
128"application/json"
Exact generated extension count for fileName output. Defaults to 1 and is capped at 3.
^[1-9]\d*$"1"
Minimum generated extension count for fileName output. Capped at 3.
^[1-9]\d*$"1"
Maximum generated extension count for fileName output. Capped at 3.
^[1-9]\d*$"2"
Optional network-interface type for networkInterface output.
en, wl, ww "en"
Optional network-interface schema for networkInterface output.
index, slot, mac, pci "pci"
Include a year field when method=cron or profile.
true, false "false"
Allow non-standard cron labels when method=cron or profile.
true, false "false"