Domains: Availability
Suggest domain names from a description
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.
post/api/domains/v1/availability/alternatives-from-description
Request body
Example request
{
"description": "A bakery in Vilnius selling sourdough bread and pastries",
"limit": 10
}Response
Success response
string[] required
Suggested domain names
Example response
[ "mydomain.tld" ]