AIGenerateNames

AIGenerateNames(stringnameDescription,intnumberOfNames,stringexcludeNames)

Generates a batch of suggested names matching a plainlanguage description using AI. Sends the description to the language model with the numerology namegeneration prompt and returns a list of candidate names that vary in length and style. Optionally excludes a set of previously generated names so repeated calls keep producing fresh suggestions. Useful for picking auspicious baby names brand names or business names by theme.

Parameters

NameTypeDescription
nameDescription String Plainlanguage description of the kind of names wanted e.g. short modern Indian boy names.
numberOfNames Int32 How many names to generate default 20.
excludeNames String Optional commaseparated names to avoid repeating across calls.

Calling this method

Endpoint base: https://api.vedastro.org/api/Calculate/AIGenerateNames

Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.

Loading try-it widget…