Generate synthetic technical jargon data
Data
Generate synthetic technical jargon data
Generates synthetic technical jargon fixtures for testing support tickets, demo content, sample incident notes, search indexes, and text-processing workflows. Supported methods include profile, abbreviation, adjective, ingverb, noun, phrase, and verb.
POST
Generate synthetic technical jargon data
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
application/x-www-form-urlencoded
Number of technical jargon 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"
Technical jargon generation method. Defaults to profile.
Available options:
profile, abbreviation, adjective, ingverb, noun, phrase, verb Example:
"profile"