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
Fetch Context
Fetch additional information context stored for conversations with a particular person.
GET
/
api
/
v2
/
context
Fetch Context
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/context
Copy
Ask AI
{
"success": true,
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}
Fetch Context
Copy
Ask AI
curl --request GET \
--url https://api.vida.dev/api/v2/context
Copy
Ask AI
{
"success": true,
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}
Assistant
Responses are generated using AI and may contain mistakes.