API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
Knowledge
Fetch context
GET
/
api
/
v2
/
context
curl --request GET \
--url https://api.vida.dev/api/v2/context
{
"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
curl --request GET \
--url https://api.vida.dev/api/v2/context
{
"success": true,
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}