Generate names directly from your own applications and scripts via REST.
Generate singular and plural fantasy names based on language preset profiles, with optional custom overrides for phonemes and emotional tone.
{
"preset": "shadow",
"count": 5,
"withMeaning": true,
"override": {
"tone": { "darkness": 1.0 },
"phonemes": {
"consonants": ["x", "z", "k", "th", "r"],
"vowels": ["a", "u", "i", "e"]
}
}
}{
"results": [
{
"singular": "Zarith",
"plural": "Zarithes",
"meaning": "poison-shadow"
},
{
"singular": "Silom",
"plural": "Silomes",
"meaning": "silence"
}
]
}