curl --request GET \
--url https://api.vida.dev/api/v2/agentUrl
{
"success": true,
"slug": "welovevida"
}
Check if existing agent url exists for a user or create new one
curl --request GET \
--url https://api.vida.dev/api/v2/agentUrl
{
"success": true,
"slug": "welovevida"
}
Vida API Token
Target username
Slug retrieved/fetched successfully
The response is of type object
.