開発者向けリファレンス

ドメイン提案 APIドキュメント

ドメイン提案 APIドキュメント: キーワード、ブランド、またはビジネスの説明に基づいて、AI搭載のドメイン名提案を取得します。

ドメイン提案

キーワード、ブランド、またはビジネスの説明に基づいて、AI搭載のドメイン名提案を取得します。

GET /v1/suggest

クエリパラメータ

パラメータタイプ説明
keywords 必須 string カンマ区切りキーワード(例:"tech,cloud")
limit オプション number 返すを含む提案の最大数(デフォルト:20、最大:100)
tlds オプション string 使用するTLD(デフォルト:"com,ai,app")
style オプション string スタイル:brandable、short、keyword-rich、pronounceable

リクエスト例

curl "https://domscan.net/v1/suggest?keywords=cloud,sync&limit=10&style=brandable"
const params = new URLSearchParams({
                keywords: "cloud,sync",
                limit: "10",
                style: "brandable"
                });
                const response = await fetch("https://domscan.net/v1/suggest?" + params);
                console.log(await response.json());
import requests
                
                params = {"keywords": "cloud,sync", "limit": 10, "style": "brandable"}
                data = requests.get("https://domscan.net/v1/suggest", params=params).json()
                print(data["suggestions"])
package main
                
                import (
                "encoding/json"
                "fmt"
                "net/http"
                )
                
                func main() {
                url := "https://domscan.net/v1/suggest?keywords=cloud,sync&limit=10&style=brandable"
                resp, _ := http.Get(url)
                defer resp.Body.Close()
                
                var data map[string]any
                json.NewDecoder(resp.Body).Decode(&data)
                fmt.Println(data["suggestions"])
                }
require 'net/http'
                require 'json'
                
                uri = URI("https://domscan.net/v1/suggest?keywords=cloud,sync&limit=10&style=brandable")
                response = Net::HTTP.get_response(uri)
                data = JSON.parse(response.body)
                puts data["suggestions"]

レスポンス例

{
                "suggestions": [
                {
                "name": "cloudsync",
                "domain": "cloudsync.io",
                "tld": "io",
                "score": 95,
                "styles": ["brandable", "pronounceable"],
                "method": "combination",
                "available": true
                }
                ],
                "keywords": ["cloud", "sync"],
                "generated_count": 10,
                "available_count": 4
                }

レスポンスフィールド

フィールド タイプ
suggestions[] object[]
suggestions[] object
suggestions[].name string
suggestions[].domain string
suggestions[].tld string
suggestions[].score integer
suggestions[].available boolean
suggestions[].method string
keywords[] string[]
meta object
meta.total_generated integer
meta.available_count integer
meta.generation_ms integer

素晴らしい企業の人々に使用されています

VercelLLM PulseOLXCasa ModernaPipeCal.comBeehiivSnykTogglRemoteSprigDeel