API Documentation
Authorization
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
Knowledge
Fetch Context
Fetch additional information context stored for conversations with a particular person.
GET
/
api
/
v2
/
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"
}
Authorizations
Vida API Token
Query Parameters
Phone number in E.164 format or VIDA username of the user
Response
200
application/json
Successful response
The response is of type object
.
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.