Configure Guardian Features
Enable or disable AI Guardian on a subscriber. This is the first step for every Guardian workflow — filters, keyword rules, and parent/child relationships will not function until Guardian is enabled here.
Prerequisites:
- Bearer token —
POST /v1.0/oauth2/tokens - An existing Subscriber (
TSUID-) —POST /v1.0/subscribers/create
What this does: Turns AI Guardian on or off for the subscriber’s calls and messages independently. Set EnableIntelligentGuardianCalls and EnableIntelligentGuardianMessages to true to enable monitoring; set both to false to fully disable Guardian.
Next steps:
- Confirm the change took effect —
GET /v1.0/subscribers/guardian-features - Link a parent and child for supervision —
POST /v1.0/subscribers/guardians/relation - Create a message filter —
POST /v1.0/subscribers/message-filter - Create a call filter —
POST /v1.0/subscribers/call-filter
Documentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
Telegent Subscriber ID. Format: TSUID- followed by a UUID. Create one via POST /v1.0/subscribers/create or look up existing IDs with GET /v1.0/subscribers/get.
"TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d"
If true, AI Guardian monitors and filters this subscriber's voice calls. Must be true before any call filter will take effect.
true
If true, AI Guardian monitors and filters this subscriber's messages. Must be true before any message filter will take effect.
true
Response
Guardian Features Saved
The response is of type object.