Skip to main content
GET
/
api
/
gen-ai
/
beta
/
vanity-url-availability
/
{vanityUrl}
Check if a vanity URL is available
curl --request GET \
  --url https://api.example.com/api/gen-ai/beta/vanity-url-availability/{vanityUrl} \
  --header 'X-Domino-Api-Key: <api-key>'
{
  "isAvailable": true
}

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

vanityUrl
string
required

The vanity URL to check

Response

The vanity URL is available

isAvailable
boolean
required

Whether the vanity URL is available