Skip to main content
GET
Check Slug Availability
Checks if a slug is available for use in the current project. Useful for real-time validation in space creation forms.

Query Parameters

slug
string
required
The slug to check. Must match the slug pattern (letters, numbers, hyphens, underscores).

Response

available
boolean
true if the slug is not in use.
See also: useCheckSlugAvailability