Generate synthetic datatype data
Generates synthetic primitive datatype fixtures for testing boolean fields, flags, toggles, import fixtures, validation flows, and sample datasets. Supported method: boolean. Probability controls are capped from 0 to 1 with up to two decimal places.
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
Number of datatype 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"
Datatype generation method. Defaults to boolean.
boolean "boolean"
Probability that generated boolean values return true. Range: 0-1 with up to two decimal places.
^(?:0(?:\.\d{1,2})?|1(?:\.0{1,2})?)$"0.75"