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
Add Context
Injects additional information context your agent can use in conversations with a specific person.
POST
/
api
/
v2
/
context
Copy
Ask AI
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"
}'
Copy
Ask AI
This response does not have an example.
Copy
Ask AI
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"
}'
Copy
Ask AI
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.