POST
/
voice
/
api
/
v1
/
retell
/
get-context
curl --request POST \
  --url https://protegee.ai/voice/api/v1/retell/get-context \
  --header 'Content-Type: application/json' \
  --data '{
  "llm_id": "<string>",
  "from_number": "+1234567890",
  "to_number": "<string>"
}'
{
  "caller": "<string>",
  "description": "<string>",
  "price": "<string>",
  "vendor": "<string>",
  "customer_id": "<string>",
  "callback": "<string>",
  "email": "<string>",
  "full_name": "<string>",
  "memory": "<string>",
  "status": "<string>",
  "processor": "<string>",
  "start_time": "<string>",
  "debug": {}
}

Query Parameters

api_token
string
required

API token for authentication

Body

application/json
from_number
string
required

Customer's phone number

Example:

"+1234567890"

llm_id
string

LLM identifier

to_number
string

Destination phone number

Response

200
application/json
Successfully retrieved context
caller
string
description
string
price
string
vendor
string
customer_id
string
callback
string
email
string
full_name
string
memory
string
status
string
processor
string
start_time
string
debug
object