Skip to main content
POST
/
v1.0
/
subscribers
/
guardian-features
json
{
  "SubscriberId": "TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d",
  "EnableIntelligentGuardianCalls": true,
  "EnableIntelligentGuardianMessages": true
}
{
  "SubscriberId": "TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d",
  "EnableIntelligentGuardianCalls": true,
  "EnableIntelligentGuardianMessages": true
}

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

application/json
SubscriberId
string
required

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.

Example:

"TSUID-d7b3-4696-bdd9-5b407d9e99ee-3985-444b8d"

EnableIntelligentGuardianCalls
boolean

If true, AI Guardian monitors and filters this subscriber's voice calls. Must be true before any call filter will take effect.

Example:

true

EnableIntelligentGuardianMessages
boolean

If true, AI Guardian monitors and filters this subscriber's messages. Must be true before any message filter will take effect.

Example:

true

Response

Guardian Features Saved

The response is of type object.