API Documentation
Agents
Phone Numbers
SIP
Messaging
Webhooks
Knowledge
Accounts
- POSTCreate a new reseller
- GETList resellers
- POSTCreate a new organization
- DELDelete an organization
- GETList organizations
- GETList agent accounts
- POSTCreate a new account
- DELDelete an account
- GETList admin users
- DELDelete admin user
- POSTInvite admin user
- GETFetch Account by externalAccountId
- POSTUpdate Organization Settings
Billing
Agent URLs
Check agent url availability
Check if an agent url is available for use
GET
/
api
/
v2
/
checkAgentUrl
Check agent url availability
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/checkAgentUrl
Copy
Ask AI
{
"success": true,
"available": true,
"slug": "welovevida"
}
Authorizations
Vida API Token
Response
200 - application/json
Slug created successfully
The response is of type object
.
Check agent url availability
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/checkAgentUrl
Copy
Ask AI
{
"success": true,
"available": true,
"slug": "welovevida"
}
Assistant
Responses are generated using AI and may contain mistakes.