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"
}
Fetch additional information context stored for conversations with a particular person.
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"
}
Vida API Token
Phone number in E.164 format or VIDA username of the user
Successful response
The response is of type object
.