Bolcho

Core resources

Contacts

Customers your assistants have spoken with, keyed by phone number. A contact records identity and call history only — assistants are never given remembered facts about a caller. To personalise a call, pass what you know with `variableValues` when you dial.

GET/contacts agents:read

List contacts

List customers with their call counts and last-seen time.

Query parameters

searchstringFilter by name or number.
limitnumberPage size.
bash
curl https://api.bolchoai.in/v1/contacts -H "Authorization: Bearer $BOLCHO_API_KEY"
GET/contacts/{id} agents:read

Get contact

A contact's identity plus recent call history with summaries.

Path parameters

id*uuidContact id.
bash
curl https://api.bolchoai.in/v1/contacts/$ID \
  -H "Authorization: Bearer $BOLCHO_API_KEY"
Bolcho — Voice AI for Bharat