Generate synthetic database data
Data
Generate synthetic database data
Generates synthetic database fixtures for testing schema fields, migration examples, import fixtures, developer tools, and sample datasets. Supported methods: profile, collation, column, engine, mongodbObjectId, and type.
POST
Generate synthetic database data
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
application/x-www-form-urlencoded
Number of database records to generate (1-100). Passed as string but must be numeric.
Pattern:
^[1-9]\d?$|^100$Example:
"10"
Locale for generated data (e.g., en, es, fr, de, pt_BR, zh_CN)
Example:
"en"
Seed for deterministic generation. Same seed produces same results.
Example:
"12345"
Database generation method. Defaults to profile.
Available options:
profile, collation, column, engine, mongodbObjectId, type Example:
"profile"