.com Available Names Generator API Documentation – SEO API - VebAPI

.com Available Names Generator

AI Domain Generator. Generate available .com domain with a keyword.  this api will generate avaiable .com domain names with your keyword

.com Available Names Generator

GET

AI Domain Generator. Generate available .com domain with a keyword.  this api will generate avaiable .com domain names with your keyword

GET /tools/comdomaingenerator

Parameters

domain
Required query
string

enter the name you need , it will generate available .com names related to your domain

X-API-KEY
Required header
string

your Vebapi api key

Example Request


curl -X GET "https://vebapi.com/api/tools/comdomaingenerator?domain=getecz" \
    -H "X-API-KEY: YOUR_API_KEY" \
    -H "Content-Type: application/json"

Response

[
    {
        "keyword": "getecz",
        "generated": "Wiregetecz",
        "newdomain": "Wiregetecz.com"
    },
    {
        "keyword": "getecz",
        "generated": "geteczZone",
        "newdomain": "geteczZone.com"
    },
    {
        "keyword": "getecz",
        "generated": "Addgetecz",
        "newdomain": "Addgetecz.com"
    },
    {
        "keyword": "getecz",
        "generated": "geteczRiot",
        "newdomain": "geteczRiot.com"
    }
]