Skip to main content
POST
/
calls
/
{call_id}
/
inject-context
Inject Context
curl --request POST \
  --url https://api.kejue.co/api/v1/calls/{call_id}/inject-context \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "text": "<string>",
  "urgency": "soon"
}
'
{
  "error": "Invalid or missing API key",
  "code": "UNAUTHORIZED",
  "details": {}
}

Authorizations

X-API-Key
string
header
required

Workspace API key (e.g. kej_live_...)

Path Parameters

call_id
string
required

Body

application/json

Request to inject context into a live call.

text
string
required

The context/message to inject into the call

urgency
string
default:soon

When to deliver: 'immediate', 'soon', 'later'

Response

Successful Response