Obtain suggestions for domain names that match a specific search term. This is useful when you want to register a new domain and need inspiration. The API returns a list of available domain names.
Accept Example Content-Type Example prompt string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/ai-suggestions curl -X POST "https://cloud.hostup.se/api/ai-suggestions" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"suggestions": [
"string"
]
}
} {
"prompt": "string"
}