Linguin AI

Linguin AI detects languages and scores English text for profanity through its direct v2 API.

6 actions Integration catalog
Request access
Connect Linguin AI once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Check ProfanityLINGUIN_AI_CHECK_PROFANITY
Score the likelihood of profanity in one English text. Linguin AI documents profanity detection as English-only, and each call consumes one daily detection.
Check Profanity in BatchLINGUIN_AI_CHECK_PROFANITY_BATCH
Score profanity likelihood for multiple English texts in one request and return scores in input order. Profanity detection is English-only. Each text consumes one daily detection, and the request fails atomically if the account has insufficient quota.
Detect LanguageLINGUIN_AI_DETECT_LANGUAGE
Identify probable languages for one text and return candidates with confidence scores. Consumes one daily detection.
Detect Languages in BatchLINGUIN_AI_DETECT_LANGUAGES_BATCH
Identify probable languages for multiple texts in one request and return results in input order. Consumes one daily detection per text and fails atomically if quota is insufficient.
Get Account StatusLINGUIN_AI_GET_ACCOUNT_STATUS
Return today's detection usage, daily limit, and remaining detection quota for the connected account.
List Supported LanguagesLINGUIN_AI_LIST_SUPPORTED_LANGUAGES
Return the complete map of language codes supported by language detection, including English and native names or aliases.