GA
Greip API
/badWords
/badWords
badWords endpoint: Detects whether user inputs contain profanity or not.
liveunknown~3s typical
greip
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-greip-io /badWords for me.
Input
| Field | Type | Description |
|---|---|---|
| key* | string | Your API Key. Each user has a unique API Key that can be used to access the API functions. If you don't have an account yet, please create new account first. default null |
| text* | string | The text you want to check. default null |
| listBadWords | string | Set to `yes` to list the bad-words as an Array. default null |
| scoreOnly | string | Set to `yes` to return only the score of the text and whether it's safe or not. default null |
| format | string | Sets the format of the API response. JSON is the default format. default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-greip-io","endpoint":"/badWords","input":{"key":"...","text":"...","listBadWords":"...","scoreOnly":"...","format":"..."}}'cli
npx cracked-ai run -p oa-greip-io -e /badWords -i '{"key":"...","text":"...","listBadWords":"...","scoreOnly":"...","format":"..."}'mcp
run_tool({ provider: "oa-greip-io", endpoint: "/badWords", input: {"key":"...","text":"...","listBadWords":"...","scoreOnly":"...","format":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.