Skip to main content
GET
/
api
/
v2
/
checkAgentUrl
Check agent url availability
curl --request GET \
  --url 'https://api.vida.dev/api/v2/checkAgentUrl?token='
{
  "success": true,
  "available": true,
  "slug": "welovevida"
}

Documentation Index

Fetch the complete documentation index at: https://vida.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetUsername
string
required

Target username

slug
string
required

Desired slug name

Response

200 - application/json

Slug created successfully

success
boolean
Example:

true

available
boolean
Example:

true

slug
string
Example:

"welovevida"