Greip API
GA
Greip API
/badWords

/badWords

badWords endpoint: Detects whether user inputs contain profanity or not.

liveunknown~3s typical
greip
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-greip-io /badWords for me.

Input

FieldTypeDescription
key*stringYour 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*stringThe text you want to check. default null
listBadWordsstringSet to `yes` to list the bad-words as an Array. default null
scoreOnlystringSet to `yes` to return only the score of the text and whether it's safe or not. default null
formatstringSets 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.