Skip to main content
POST
/
api
/
v2
/
dfy-email-account-orders
/
domains
/
similar
Generate similar available domains
curl --request POST \
  --url https://api.instantly.ai/api/v2/dfy-email-account-orders/domains/similar \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "domain": "example.com"
}
'
{
  "domains": [
    "acme.com"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
domain
string
required

The domain to base the suggestions on

Example:

"example.com"

tlds
enum<string>[]

The extensions (tlds) to use for generating similar domains. By default, we will use com and org.

Available options:
com,
org

Response

Default Response

domains
string[]

List of similar and available domains