For the complete documentation index, see llms.txt. This page is also available as Markdown.

Suggest domain names from a description

Suggest available domain names based on a free-text description of your project.

Suggest domain names from a description

post

Suggest available domain names based on a free-text description of your project.

Suggestions are generated by an AI model, so they differ between calls.

Endpoint has rate limit of 90 requests per minute.

Use this endpoint to find a domain name when you only know what the website is about.

Authorizations
AuthorizationstringRequired

API Token authentication

Body
descriptionstring · min: 2 · max: 1000Required

Free-text description of the project the domain is needed for

Example: A bakery in Vilnius selling sourdough bread and pastries
limitintegerRequired

Amount of domain names to suggest

Example: 10
Responses
200

Success response

application/json
string[]Optional

Suggested domain names

Example: mydomain.tld
post/api/domains/v1/availability/alternatives-from-description
POST /api/domains/v1/availability/alternatives-from-description HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 85

{
  "description": "A bakery in Vilnius selling sourdough bread and pastries",
  "limit": 10
}
[
  "mydomain.tld"
]

Last updated

Was this helpful?