Suggest domain names from a description
Suggest available domain names based on a free-text description of your project.
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: 1000RequiredExample:
Free-text description of the project the domain is needed for
A bakery in Vilnius selling sourdough bread and pastrieslimitintegerRequiredExample:
Amount of domain names to suggest
10Responses
200
Success response
application/json
string[]OptionalExample:
Suggested domain names
mydomain.tld401
Unauthenticated response
application/json
422
Validation error response
application/json
500
Error response
application/json
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?