Skip to main content
GET
/
api
/
v2
/
context
Fetch Context
curl --request GET \
  --url 'https://api.vida.dev/api/v2/context?token='
{
  "success": true,
  "context": "Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"
}

Documentation Index

Fetch the complete documentation index at: https://vida.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

token
string
query
required

Vida API Token

Query Parameters

target
string
required

Phone number in E.164 format or VIDA username of the user

Response

Successful response

success
boolean
Example:

true

context
string
Example:

"Customer Name: John Doe, Car Model: Toyota Camry, Last Oil Change: 2023-05-15"