Skip to main content
GET
/
v1
/
domains
/
search
Search Domain
curl --request GET \
  --url https://api.example.com/v1/domains/search

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

ParameterTypeRequiredDescription
domainstringYesDomain to search for (e.g., example.com)

Response

{
  "domain": "coolstartup.ai",
  "available": true,
  "price": 25,
  "currency": "usd"
}
If the domain is available, use POST /v1/domains/purchase to buy it.