View the keyword monitoring rules attached to a call filter.
Prerequisites:
POST /v1.0/oauth2/tokensCallFilterId (CFID-)EnableTranscription to true via POST /v1.0/subscribers/call-filter/updateWhat this does: Returns the keyword filter configuration: CustomKeywords (your own words), SystemKeywords (Telegent-provided categories like Profanity, Threats), and SeverityMap (risk level per term: HIGH/MEDIUM/LOW). When transcription is on, calls are analyzed against these keywords and the configured TranscriptionAction is taken when a match is found.
Next steps:
POST /v1.0/subscribers/call-filter/update (use the KeywordFilter field)GET /v1.0/subscribers/call-filterDocumentation Index
Fetch the complete documentation index at: https://docs.telegent.com/llms.txt
Use this file to discover all available pages before exploring further.
Enter the token obtained from the Authentication endpoint
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.
Call Filter ID. Format: CFID- followed by a UUID. Returned by POST /v1.0/subscribers/call-filter (Create) or GET /v1.0/subscribers/call-filter (List).
Keywords Retrieved
The response is of type object.