curl --request GET \
--url https://api.vida.dev/api/v2/checkAgentUrl
{
"success": true,
"available": true,
"slug": "welovevida"
}
Check if an agent url is available for use
curl --request GET \
--url https://api.vida.dev/api/v2/checkAgentUrl
{
"success": true,
"available": true,
"slug": "welovevida"
}
Vida API Token
Slug created successfully
The response is of type object
.