Skip to main content
POST
Generate synthetic datatype data

Authorizations

Authorization
string
header
required

Bearer token authentication. Use format: Bearer YOUR_API_KEY

Body

application/x-www-form-urlencoded
count
string

Number of datatype records to generate (1-100). Passed as string but must be numeric.

Pattern: ^[1-9]\d?$|^100$
Example:

"10"

locale
string

Locale for generated data (e.g., en, es, fr, de, pt_BR, zh_CN)

Example:

"en"

seed
string

Seed for deterministic generation. Same seed produces same results.

Example:

"12345"

method
enum<string>

Datatype generation method. Defaults to boolean.

Available options:
boolean
Example:

"boolean"

probability
string

Probability that generated boolean values return true. Range: 0-1 with up to two decimal places.

Pattern: ^(?:0(?:\.\d{1,2})?|1(?:\.0{1,2})?)$
Example:

"0.75"

Response

Successfully generated datatype data

status
enum<string>
required
Available options:
success
data
object
required
performance
object