Sign in

Create analyses

documented

Submit one or more text messages for analysis and receive automated moderation classifications and recommended actions.

POST /analyzeAnalysisno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://bamboo.bodyguard.ai/api/analyze" \
  -X POST \
  -H "X-Api-Key: {{BODYGUARD_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"channelId": "{{$channelId}}", "contents": [{"text": "{{$text}}", "publishedAt": "{{$publishedAt}}"}]}'
Create analyses · Bodyguard.ai · OpenIntegrations