5a5a54ce5eb4

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-133103751.1 MB
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

descriptionstring required

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

limitinteger required

Amount of domain names to suggest

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"
]