---
title: "Suggest domain names from a description"
method: POST
path: "/api/domains/v1/availability/alternatives-from-description"
tags: ["Domains: Availability"]
---

# Suggest domain names from a description

`POST /api/domains/v1/availability/alternatives-from-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.

## Request body

- DomainsV1AvailabilityAlternativesFromDescriptionRequest
  - `description` string, required — Free-text description of the project the domain is needed for
  - `limit` integer, required — Amount of domain names to suggest

## Response `200`

Success response

- string[] — Suggested domain names

## Other responses

- `401` — Unauthenticated response
- `422` — Validation error response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/e684196cdec9/schema)
