Generate synthetic company data
Generates synthetic company names, catch phrases, buzz phrases, and business vocabulary fixture data for testing CRM, enrichment, search, and onboarding workflows. Supported methods: profile, name, catchPhrase, buzzPhrase, catchPhraseAdjective, catchPhraseDescriptor, catchPhraseNoun, buzzAdjective, buzzVerb, and buzzNoun.
Authorizations
Bearer token authentication. Use format: Bearer YOUR_API_KEY
Body
Number of company 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"
Company generation method. Defaults to profile.
profile, name, catchPhrase, buzzPhrase, catchPhraseAdjective, catchPhraseDescriptor, catchPhraseNoun, buzzAdjective, buzzVerb, buzzNoun "profile"