Generate realistic fake data
generateCreate realistic synthetic data for testing using generator IDs like pl.pesel, with optional parameters for batch size and reproducible output.
Instructions
Generate realistic synthetic data from one Real Fake Data generator. Pass a generator id from list_generators (e.g. pl.pesel). Use options for generator-specific parameters (e.g. {"sex":"f"} for a person, {"format":"digits-only"} for a NIP) — see each generator's description. Set count for a batch and seed for reproducible output. Returns the API's { data, meta } envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generator | Yes | Generator id from `list_generators`, e.g. `pl.pesel` or `any.email`. | |
| options | No | Generator-specific query parameters; omit for defaults. | |
| count | No | Number of records to generate; omit for a single record. | |
| seed | No | Seed for reproducible output; omit to randomise each call. |