Skip to main content
GET
/
v1
/
workspaces
/
{workspaceName}
/
check-availability
Check workspace name availability
curl --request GET \
  --url https://ai.liara.ir/v1/workspaces/{workspaceName}/check-availability \
  --header 'Authorization: <api-key>'
This response has no body data.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345"

Path Parameters

workspaceName
string
required

The workspace name to check

Required string length: 3 - 50
Pattern: ^[a-z0-9][a-z0-9-]+[a-z0-9]$

Response