curl --request POST \
--url https://api.blaxel.ai/v0/workspaces/availability \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'trueCheck if a workspace is available.
curl --request POST \
--url https://api.blaxel.ai/v0/workspaces/availability \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>"
}
'trueWas this page helpful?