API Documentation
Authorization
Agents
Phone Numbers
SIP
Knowledge
Accounts
Billing
API Reference
Knowledge
Add context
POST
/
api
/
v2
/
context
curl --request POST \
--url https://api.vida.dev/api/v2/context \
--header 'Content-Type: application/json' \
--data '{
"target": "+1234567890 or john_doe",
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}'
This response has no body data.
Authorizations
Vida API Token
curl --request POST \
--url https://api.vida.dev/api/v2/context \
--header 'Content-Type: application/json' \
--data '{
"target": "+1234567890 or john_doe",
"context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}'
This response has no body data.